config property
CacheConfig
get
config
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)
Implementation
set config(CacheConfig value);