Toggle navigation
Home
com.google.common.cache.Cache to com.google.common.base.Supplier
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'graylog2-server'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: External -> External
Mapping:
Add or Remove Method invocation
buildCache(this.cacheTime)
to
Suppliers.memoizeWithExpiration(new ComputationResultSupplier(),this.cacheTime,TimeUnit.SECONDS)
Rename Variable
cache
to
cachedResult