Type Alias CacheSettings<TType>

CacheSettings: CacheSettingsBase<TType> & { adapter: CacheAdapterVariants<any> }

Configuration for the Cache class. Extends CacheSettingsBase with a required adapter.

IMPORT_PATH: "@daiso-tech/core/cache"

Type Parameters

  • TType = unknown

Type declaration

  • adapter: CacheAdapterVariants<any>

    The underlying cache adapter that handles the actual storage operations.