|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheObject | |
---|---|
tuwien.auto.calimero.buffer | Support for temporary storage of KNX network messages. |
tuwien.auto.calimero.buffer.cache | Cache interface for different caching policies. |
Uses of CacheObject in tuwien.auto.calimero.buffer |
---|
Subclasses of CacheObject in tuwien.auto.calimero.buffer | |
---|---|
class |
LDataObject
Used for holding CEMILData frames. |
class |
LDataObjectQueue
A CacheObject used for holding a list of CEMILData frames. |
Uses of CacheObject in tuwien.auto.calimero.buffer.cache |
---|
Methods in tuwien.auto.calimero.buffer.cache that return CacheObject | |
---|---|
CacheObject |
PositiveListCache.get(java.lang.Object key)
|
CacheObject |
LFUCache.get(java.lang.Object key)
|
CacheObject |
Cache.get(java.lang.Object key)
Gets the CacheObject associated with key from the
cache. |
Methods in tuwien.auto.calimero.buffer.cache with parameters of type CacheObject | |
---|---|
protected void |
LFUCache.notifyRemoved(CacheObject obj)
|
protected void |
ExpiringCache.notifyRemoved(CacheObject obj)
Override this method to get notified when ExpiringCache.removeExpired() removed a
CacheObject from the ExpiringCache.map . |
void |
PositiveListCache.put(CacheObject obj)
For a CacheObject to be put into the cache, its key
getKey() has to be equal to one in the positive list of this
cache. |
void |
LFUCache.put(CacheObject obj)
Inserts the CacheObject obj into the cache. |
void |
Cache.put(CacheObject obj)
Inserts the CacheObject obj into the cache. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |