From stone.cache it builds a CacheManager, registers a lazy factory per configured store
(plus a default memory store so it works zero-config), publishes the manager as the process-wide
default (so the method decorators can reach it), and binds the manager as cacheManager and the
default store as cache: constructor ({ cache }) or constructor ({ cacheManager }).
Wires the cache into the container.
From
stone.cacheit builds a CacheManager, registers a lazy factory per configured store (plus a defaultmemorystore so it works zero-config), publishes the manager as the process-wide default (so the method decorators can reach it), and binds the manager ascacheManagerand the default store ascache:constructor ({ cache })orconstructor ({ cacheManager }).