Entity

    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>,
            TIDField extends string | number | symbol,
        >(
            entityConfiguration: EntityConfiguration<TFields, TIDField>,
        ): IEntityCacheAdapter<TFields, TIDField>;
    }

    Implemented by

    Index

    Methods

    MMNEPVFCICPMFPCPTTAAATR