@exromany/lido-csm-sdk
Version:
[](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [](h
7 lines • 398 B
TypeScript
/** Short cache duration (10 seconds) - optimizes multiple calls at same time */
export declare const CACHE_SHORT: number;
/** Mid-range cache duration (10 minutes) - balances freshness and performance */
export declare const CACHE_MID: number;
/** Long cache duration (60 minutes) - for rarely changing data */
export declare const CACHE_LONG: number;
//# sourceMappingURL=cache-durations.d.ts.map