UNPKG

rankmycache

Version:

An easy-to-use cache providing service.

5 lines (4 loc) 290 B
import { CacheOptions } from '../config/config-options-interface'; import { CacheAdapter } from './cache-adapter-interface'; import { AvailableProviders } from './cache-adapters'; export declare const availableProviders: (options: CacheOptions) => CacheAdapter<AvailableProviders> | never;