DEFAULT_CACHE_CAPACITY

const val DEFAULT_CACHE_CAPACITY: Int = 32

The default capacity of the LRU cache used by cached when no explicit capacity is provided.