Repository URL to install this package:
|
Version:
7.0.10 ▾
|
import { Provider } from '../interfaces';
/**
* Creates a CacheManager Provider.
*
* @publicApi
*/
export declare function createCacheManager(): Provider;