config property

  1. @override
CacheConfig config
getter/setter pairoverride

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

@override
CacheConfig config = CacheConfig.defaults();