Type Alias CacheSettings

CacheSettings: CacheSettingsBase & { adapter: ICacheAdapter<any> }

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

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

Type declaration

  • adapter: ICacheAdapter<any>

    The underlying cache adapter that handles the actual storage operations.