|
|||||||||
| 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 | |
|---|---|
V |
put(K key,
V value)
|
V |
put(K key,
V value,
java.lang.Long ttl)
|
| Methods inherited from class org.teiid.cache.jboss.JBossCache |
|---|
addListener, clear, get, getFqn, getName, getRootNode, keys, remove, removeListener, size |
| 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 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>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||