@iocium/cachekit - v1.0.1
    Preparing search index...

    Interface CacheKitOptions

    Configuration options for creating a cache instance.

    interface CacheKitOptions {
        backend?: CacheBackend;
    }
    Index

    Properties

    Properties

    backend?: CacheBackend