@gabliam/cache
TypeScript icon, indicating that this package has built-in type declarations

9.0.0 • Public • Published

Build Status NPM version

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

Readme

Keywords

Package Sidebar

Install

npm i @gabliam/cache

Weekly Downloads

8

Version

9.0.0

License

MIT

Unpacked Size

44.8 kB

Total Files

45

Last publish

Collaborators

  • gabliam