Package | Description |
---|---|
org.jivesoftware.openfire | |
org.jivesoftware.util |
Utility classes.
|
org.jivesoftware.util.cache |
Modifier and Type | Method and Description |
---|---|
Cache<String,ClientSessionInfo> |
SessionManager.getSessionInfoCache() |
Modifier and Type | Method and Description |
---|---|
Cache[] |
WebManager.getCaches() |
Modifier and Type | Class and Description |
---|---|
class |
CacheWrapper<K extends Serializable,V extends Serializable>
Acts as a proxy for a Cache implementation.
|
class |
ComponentCacheWrapper<K extends Serializable,V extends Serializable>
This specialized wrapper is used for the Components cache, which
should not be purged.
|
class |
DefaultCache<K extends Serializable,V extends Serializable>
Default, non-distributed implementation of the Cache interface.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Cache> |
CacheFactory.createCache(String name)
Returns the named cache, creating it as necessary.
|
static <T extends Cache> |
CacheFactory.createLocalCache(String name)
Returns the named local cache, creating it as necessary.
|
Modifier and Type | Method and Description |
---|---|
Cache |
CacheFactoryStrategy.createCache(String name)
Creates a new cache for the cache name specified.
|
Cache |
DefaultLocalCacheStrategy.createCache(String name) |
static Cache[] |
CacheFactory.getAllCaches()
Returns an array of all caches in the system.
|
Cache<K,V> |
CacheWrapper.getWrappedCache() |
Modifier and Type | Method and Description |
---|---|
void |
CacheFactoryStrategy.destroyCache(Cache cache)
Destroys the supplied cache.
|
void |
DefaultLocalCacheStrategy.destroyCache(Cache cache) |
Lock |
CacheFactoryStrategy.getLock(Object key,
Cache cache)
Returns an existing lock on the specified key or creates a new one if none was found.
|
static Lock |
CacheFactory.getLock(Object key,
Cache cache)
Returns an existing
Lock on the specified key or creates a new one
if none was found. |
Lock |
DefaultLocalCacheStrategy.getLock(Object key,
Cache cache) |
void |
CacheWrapper.setWrappedCache(Cache<K,V> cache) |
Modifier and Type | Method and Description |
---|---|
void |
CacheFactoryStrategy.updateCacheStats(Map<String,Cache> caches)
Updates the statistics of the specified caches and publishes them into
a cache for statistics.
|
void |
DefaultLocalCacheStrategy.updateCacheStats(Map<String,Cache> caches) |
Constructor and Description |
---|
CacheWrapper(Cache<K,V> cache) |
ComponentCacheWrapper(Cache<K,V> cache) |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.