Class decorator: enable caching with a single store, declaratively.
@Cache({ driver: 'memory' }) registers the CacheServiceProvider and sets that store as
the default. For multiple stores or richer setups, configure stone.cache via @Configuration()
(or the imperative cacheBlueprint) instead.
Class decorator: enable caching with a single store, declaratively.
@Cache({ driver: 'memory' })registers the CacheServiceProvider and sets that store as the default. For multiple stores or richer setups, configurestone.cachevia@Configuration()(or the imperativecacheBlueprint) instead.