Stone.js API
    Preparing search index...

    The stone.cache configuration bucket.

    interface CacheConfig {
        default?: string;
        stores?: StoreConfig[];
    }

    Hierarchy (View Summary)

    Index
    default?: string

    The default store name (resolved by cacheManager.store() / injected as cache).

    stores?: StoreConfig[]

    The stores to register.