Optionaljitter?: numberRandom jitter factor (0-1) to add variance to expiration times. Prevents thundering herd problems when many entries expire simultaneously. A value of 0.1 adds ±10% randomness to the TTL.
Optionalttl?: ITimeSpan | nullTime-to-live (TTL) duration for cached entries.
When set, entries will automatically expire after this duration.
Pass null to cache entries without automatic expiration.
Configuration settings for cache write operations.
IMPORT_PATH:
"@daiso-tech/core/cache/contracts"