Uses of Interface
com.aspectran.core.util.cache.Cache
-
Packages that use Cache Package Description com.aspectran.core.util.cache -
-
Uses of Cache in com.aspectran.core.util.cache
Classes in com.aspectran.core.util.cache that implement Cache Modifier and Type Class Description class
ConcurrentLruCache<K,V>
A thread-safe LRUCache
with a fixed capacity.class
ConcurrentReferenceCache<K,V>
-