config property

CacheConfig get config
inherited

The CacheConfig that governs this provider's TTL policy and invalidation behaviour. Assigned by ClientBuilder after construction. Defaults to CacheConfig.defaults so providers remain usable in tests without a full application wiring.

Implementation

CacheConfig get config;
set config (CacheConfig value)
inherited

Implementation

set config(CacheConfig value);