|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectCache | |
---|---|
krati.sos |
Uses of ObjectCache in krati.sos |
---|
Classes in krati.sos that implement ObjectCache | |
---|---|
class |
ObjectCacheAgent<T>
ObjectCacheAgent: An agent that wraps an ObjectCache can have inbound and outbound ObjectHandler(s). |
class |
SerializableObjectCache<T>
A simple data cache for serializable objects. |
Fields in krati.sos declared as ObjectCache | |
---|---|
protected ObjectCache<T> |
ObjectCacheAgent._cache
|
Methods in krati.sos that return ObjectCache | |
---|---|
ObjectCache<T> |
ObjectCacheAgent.getObjectCache()
|
Constructors in krati.sos with parameters of type ObjectCache | |
---|---|
ObjectCacheAgent(ObjectCache<T> cache,
ObjectHandler<T> inboundHandler,
ObjectHandler<T> outboundHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |