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

    Function createCacheKit

    Main entry point for the CacheKit library. Exports core factory and available cache backends.

    • Creates a new instance of an CacheKit with the specified backend. Defaults to an in-memory backend if none is provided.

      Parameters

      • options: CacheKitOptions = {}

        Optional configuration object specifying the backend.

      Returns CacheKit

      An CacheKit interface instance.