|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedIF | |
---|---|
net.ontopia.utils | Contains utility classes and generic interfaces. |
Uses of CachedIF in net.ontopia.utils |
---|
Classes in net.ontopia.utils that implement CachedIF | |
---|---|
class |
CachedDecider
INTERNAL: Decider that maintains a cache of decisions made on a set of objects. |
class |
CachedGrabber
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
INTERNAL: A collection that uses a grabber to populate itself by grabbing the individual objects of the nested collection. |
class |
GrabberMap
INTERNAL: An implementation of Map that uses a key grabber and a value grabber to extract its content. |
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 |