Toggle navigation
Home
com.google.common.cache.Cache to com.github.benmanes.caffeine.cache.AsyncLoadingCache
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'pulsar'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: External -> External
Mapping:
Add or Remove Method invocation
CacheBuilder
to
Caffeine.newBuilder().expireAfterAccess(1,TimeUnit.HOURS)
CacheBuilder
to
Caffeine.newBuilder()
CacheBuilder.newBuilder().expireAfterAccess(1,TimeUnit.HOURS)
to
Caffeine
CacheBuilder.newBuilder()
to
Caffeine
dataCache
to
dataCache.synchronous()
dataCache
to
dataCache.synchronous()
dataCache
to
dataCache.synchronous()