Uses of Class
org.zkoss.util.CacheMap.Value
-
Packages that use CacheMap.Value Package Description org.zkoss.util -
-
Uses of CacheMap.Value in org.zkoss.util
Methods in org.zkoss.util with parameters of type CacheMap.Value Modifier and Type Method Description protected int
CacheMap. canExpunge(int size, CacheMap.Value<V> v)
Tests whether certain value is OK to expunge.protected void
CacheMap. onExpunge(CacheMap.Value<V> v)
Called when a pair of key and value having been expunged.
-