/** * Cache constants and injection tokens */ /** * Injection token for cache compression enabled flag */ export declare const CACHE_COMPRESSION_ENABLED: unique symbol; /** * Injection token for cache compression threshold */ export declare const CACHE_COMPRESSION_THRESHOLD: unique symbol;