CacheConfig

Cache configuration options used by the configureCache function.

See also

Properties

Link copied to clipboard

The amount of time to keep an object in the cache. Defaults to 60 (minutes).

Link copied to clipboard

The time unit of expirationTime. Defaults to TimeUnit.MINUTES.

Link copied to clipboard

The number of objects to keep in the cache. Defaults to 50.