Class SqliteCacheAdapter<TType>

To utilize the SqliteCacheAdapter, you must install the "better-sqlite3" package and supply a ISerde<string>, with adapter like SuperJsonSerdeAdapter .

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

Type Parameters

  • TType = unknown

Implements

Constructors

Methods