@gabliam/cache

cache plugin for gabliam

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@gabliam/cache
609.0.0a year ago6 years agoMinified + gzip package size for @gabliam/cache in KB

Readme

!Build Statusbuild-imagebuild-url !NPM versionnpm-imagenpm-url
Gabliam cache
Gabliam plugin for add cache.
Configuration
Configuration for this plugin is in application.cacheConfig
| key | type | required | default | description | |--|--|--|--|--| | cacheManager | string or class | | SimpleCacheManager | Cache manager to use | | dynamic |boolean | | true | When cache is not present in cache manager, if true, auto create cache | | defaultCache | string or class | | NoOpCache | if dynamic, it's the default cache to use | | defaultOptionsCache | object | | | if dynamic, it's the default options cache to use | | cacheMap | Map of Group configuration | | | Map of group |

Group configuration

| key | type | required | default | description | |--|--|--|--|--| | defaultCache | string or class | | defaultCache of global config | if dynamic, it's the default cache to use | | defaultOptionsCache | object | | defaultOptionsCache of global config | if dynamic, it's the default options cache to use | | caches | Map of Cache configuration | | | Map of cache |

Cache configuration

| key | type | required | default | description | |--|--|--|--|--| | Cache | string or class | | | Cache to use | | options | object | | | options |
License
MIT