@stephen-shopopop/cache
    Preparing search index...

    Interface MemoryCacheStoreOptions

    Configuration options for memory cache store.

    MemoryCacheStoreOptions

    interface MemoryCacheStoreOptions {
        maxCount?: number;
        maxEntrySize?: number;
        maxSize?: number;
    }
    Index

    Properties

    maxCount?: number

    Maximum number of items that can be stored in the cache

    maxEntrySize?: number

    Maximum size in bytes for a single cache entry

    maxSize?: number

    Maximum size in bytes that the cache can grow to