-
public class ConcurrentExpiringLRUCache.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final DurationCACHE_TTLprivate final IntegerCACHE_CAPACITYpublic final static ConcurrentExpiringLRUCache.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DurationgetCACHE_TTL()final IntegergetCACHE_CAPACITY()-
-
Method Detail
-
getCACHE_TTL
final Duration getCACHE_TTL()
-
getCACHE_CAPACITY
final Integer getCACHE_CAPACITY()
-
-
-
-