UNPKG

@gabliam/cache

Version:
9 lines (8 loc) 241 B
export declare const CACHE_MANAGER: unique symbol; export declare const NO_RESULT: unique symbol; export declare const METADATA_KEY: { cacheGroup: string; }; export declare const ERRORS_MSGS: { DUPLICATED_CACHE_DECORATOR: string; };