CacheFactory |
Creates Cache objects.
|
CacheSizes |
Utility class for determining the sizes in bytes of commonly used objects.
|
CacheUtil |
Utility methods for working with caches.
|
CacheWrapper<K extends Serializable,V extends Serializable> |
Acts as a proxy for a Cache implementation.
|
CaffeineCache<K extends Serializable,V extends Serializable> |
Wraps an instance of Ben Manes' Caffeine cache in a class that inherits from
Cache .
|
ComponentCacheWrapper<K extends Serializable,V extends Serializable> |
This specialized wrapper is used for the Components cache, which
should not be purged.
|
DefaultCache<K extends Serializable,V extends Serializable> |
Default, non-distributed implementation of the Cache interface.
|
DefaultExternalizableUtil |
Default serialization strategy.
|
DefaultLocalCacheStrategy |
CacheFactoryStrategy for use in Openfire.
|
DummyExternalizableUtil |
Deprecated.
|
ExternalizableUtil |
Utility methods to assist in working with the Externalizable interfaces.
|