UNPKG

ts-method-cache

Version:

Data method caching logic based on TypeScript decorators

17 lines (16 loc) 568 B
export declare class MethodCacheService { clearAllCache(): void; clearContainer(container: string): void; clearMemoryCache(): void; clearMemoryContainer(container: string): void; clearMemoryKeyCache(key: string): void; clearSessionCache(): void; clearSessionContainer(container: string): void; clearSessionKeyCache(key: string): void; clearStorageCache(): void; clearStorageContainer(container: string): void; clearStorageKeyCache(key: string): void; private clearCache; private clearContainerType; private clearKeyCache; }