|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedIF | |
---|---|
net.ontopia.topicmaps.impl.utils | INTERNAL: Classes that are used by many implementations. |
net.ontopia.utils | Contains utility classes and generic interfaces. |
Uses of CachedIF in net.ontopia.topicmaps.impl.utils |
---|
Subinterfaces of CachedIF in net.ontopia.topicmaps.impl.utils | |
---|---|
static interface |
AbstractAttachManager.AttachHandlerIF
INTERNAL: Interface that manages attaching new objects to the object model. |
static interface |
AbstractAttachManager.DetachHandlerIF
INTERNAL: Interface that manages detaching new objects to the object model. |
Uses of CachedIF in net.ontopia.utils |
---|
Classes in net.ontopia.utils that implement CachedIF | |
---|---|
class |
CachedDecider<T>
INTERNAL: Decider that maintains a cache of decisions made on a set of objects. |
class |
CachedGrabber<O,G>
INTERNAL: Grabber that maintains a cache of previously grabbed objects. |
class |
CachedStringifier
INTERNAL: Stringifier that maintains a cache of previously stringified objects. |
class |
CacheManager
INTERNAL: A manager class that manages cached objects. |
class |
GrabberCollection<O,G>
INTERNAL: A collection that uses a grabber to populate itself by grabbing the individual objects of the nested collection. |
class |
GrabberMap<O,KG,VG>
INTERNAL: An implementation of Map that uses a key grabber and a value grabber to extract its content. |
Fields in net.ontopia.utils with type parameters of type CachedIF | |
---|---|
protected java.util.Map<java.lang.Object,java.util.Set<CachedIF>> |
CacheManager.caches
|
Methods in net.ontopia.utils that return types with arguments of type CachedIF | |
---|---|
java.util.Set<CachedIF> |
CacheManager.getCached(java.lang.Object group)
|
Methods in net.ontopia.utils with parameters of type CachedIF | |
---|---|
void |
CacheManager.addCached(CachedIF cached,
java.lang.Object group)
|
void |
CacheManager.removeCached(CachedIF cached,
java.lang.Object group)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |