Interface IEntityCacheAdapterProvider

A cache adapter provider vends cache adapters for a particular cache adapter type. Allows for passing global configuration to cache adapters.

interface IEntityCacheAdapterProvider {
    getCacheAdapter<TFields extends Record<string, any>>(
        entityConfiguration: EntityConfiguration<TFields>,
    ): IEntityCacheAdapter<TFields>;
}

Implemented by

Methods

MMNEPVFCICPMFPCPTTAAATR