Stone.js API
    Preparing search index...

    Wires the cache into the container.

    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 }).

    Implements

    • IServiceProvider
    Index
    • Register the cache services.

      Returns Promiseable<void>