|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.teiid.cache.jboss.JBossCache<K,V>
org.teiid.cache.jboss.ExpirationAwareCache<K,V>
public class ExpirationAwareCache<K,V>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.teiid.cache.Cache |
|---|
Cache.Type |
| Field Summary |
|---|
| Fields inherited from class org.teiid.cache.jboss.JBossCache |
|---|
cacheListener, cacheStore, config, rootFqn |
| Constructor Summary | |
|---|---|
ExpirationAwareCache(org.jboss.cache.Cache cacheStore,
org.jboss.cache.Fqn fqn)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
V |
get(K key)
|
V |
put(K key,
V value)
|
V |
put(K key,
V value,
java.lang.Long ttl)
|
V |
remove(K key)
|
int |
size()
|
| Methods inherited from class org.teiid.cache.jboss.JBossCache |
|---|
addChild, addListener, getChild, getChildren, getName, getRootNode, keySet, removeChild, removeListener, values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpirationAwareCache(org.jboss.cache.Cache cacheStore,
org.jboss.cache.Fqn fqn)
| Method Detail |
|---|
public V get(K key)
get in interface Cache<K,V>get in class JBossCache<K,V>
public V put(K key,
V value)
put in class JBossCache<K,V>
public V put(K key,
V value,
java.lang.Long ttl)
put in interface Cache<K,V>put in class JBossCache<K,V>public V remove(K key)
remove in interface Cache<K,V>remove in class JBossCache<K,V>public void clear()
clear in interface Cache<K,V>clear in class JBossCache<K,V>public int size()
size in interface Cache<K,V>size in class JBossCache<K,V>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||