UNPKG

hypershield

Version:

Middleware suite for high-performance and resilient APIs

9 lines 390 B
import { CacheService } from '../../domains/cache/application/cacheService'; import { CacheConfig } from '../../core/types/config'; export declare class CacheFactory { private static instance; static createCacheService(config: Partial<CacheConfig>): CacheService; static getInstance(): CacheService; static clearInstance(): void; } //# sourceMappingURL=cacheFactory.d.ts.map