Uses of Interface
rs.baselib.util.ICache
| Package | Description |
|---|---|
| rs.baselib.util |
Provides several utility classes.
|
-
Uses of ICache in rs.baselib.util
Subinterfaces of ICache in rs.baselib.util Modifier and Type Interface Description interfaceCache<K,V>Deprecated.Classes in rs.baselib.util that implement ICache Modifier and Type Class Description classSoftMapCache<K,V>A cache implementation using aHashMapwithSoftReferences.classWeakMapCache<K,V>A cache implementation using aHashMapwithWeakReferences.