Module com.aoapps.hodgepodge
Package com.aoapps.hodgepodge.cache
package com.aoapps.hodgepodge.cache
-
ClassDescriptionBackgroundCache<K,
V, Ex extends Throwable> A cache that is refreshed in the background, implementing only get, put, and size.BackgroundCache.Refresher<K,V, Ex extends Throwable> A callable used to refresh the cache.BackgroundCache.Result<V,Ex extends Throwable> The result of a refresh.