|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cacheable | |
---|---|
org.clazzes.util.lifecycle | |
org.clazzes.util.lifecycle.impl |
Uses of Cacheable in org.clazzes.util.lifecycle |
---|
Methods in org.clazzes.util.lifecycle with parameters of type Cacheable | |
---|---|
void |
Cache.addShareable(Cacheable<T> object)
Adds a Cacheable object to the Cache . |
void |
Cacheable.merge(Cacheable<T> object)
Merges (replace values of this with values of object ) the values of two Cacheable
objects if possible. |
Uses of Cacheable in org.clazzes.util.lifecycle.impl |
---|
Fields in org.clazzes.util.lifecycle.impl with type parameters of type Cacheable | |
---|---|
protected java.util.Hashtable<T,java.lang.ref.WeakReference<Cacheable<T>>> |
AbstractCacheImpl.cache
|
Methods in org.clazzes.util.lifecycle.impl that return Cacheable | |
---|---|
Cacheable<T> |
AbstractCacheImpl.get(T key)
|
Methods in org.clazzes.util.lifecycle.impl with parameters of type Cacheable | |
---|---|
void |
AbstractCacheImpl.addShareable(Cacheable<T> object)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |