Interface WeakCache.Provider<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WeakCache<K,V>
newWeakCache()
WeakCache<K,V>
newWeakCache(long maxSize)
-
Modifier and Type | Method | Description |
---|---|---|
WeakCache<K,V> |
newWeakCache() |
|
WeakCache<K,V> |
newWeakCache(long maxSize) |