CacheConfig<S>: CacheBaseConfig & {
    type: S;
}

Defines a CacheConfig type that extends CacheBaseConfig and includes a specific cache type.

Type Parameters

  • S extends CacheType

    The specific cache type to be included in the CacheConfig.