Uses of Class
org.jivesoftware.util.cache.SerializingCache
-
Packages that use SerializingCache Package Description org.jivesoftware.util.cache -
-
Uses of SerializingCache in org.jivesoftware.util.cache
Methods in org.jivesoftware.util.cache that return SerializingCache Modifier and Type Method Description static SerializingCache
CacheFactory. createSerializingCache(String name, Class keyClass, Class valueClass)
Returns the serializing cache, creating it as necessary.
-