public class CacheManager extends Hashtable
| Constructor and Description |
|---|
CacheManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Locator locator) |
Object |
get(Locator locator) |
static CacheManager |
getServiceCache() |
static CacheManager |
getSICache() |
void |
put(Locator locator,
Object object) |
void |
remove(Locator locator) |
public static CacheManager getSICache()
public static CacheManager getServiceCache()
public boolean containsKey(Locator locator)
public void remove(Locator locator)
Copyright © 2012 code4tv.com. All Rights Reserved.