@Deprecated public class CacheManager extends Object implements CachedIF
Modifier and Type | Field and Description |
---|---|
protected Map<Object,Set<CachedIF>> |
caches
Deprecated.
|
Constructor and Description |
---|
CacheManager()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addCached(CachedIF cached,
Object group)
Deprecated.
|
Set<CachedIF> |
getCached(Object group)
Deprecated.
|
Set<Object> |
getGroups()
Deprecated.
|
void |
refresh()
Deprecated.
Refreshes the cache.
|
void |
refresh(Object group)
Deprecated.
|
void |
removeCached(CachedIF cached,
Object group)
Deprecated.
|
public void refresh(Object group)