|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--ca.cbc.sportwire.util.PeriodicData | +--ca.cbc.sportwire.util.TTLCacheMap | +--ca.cbc.sportwire.util.MRUCacheMap
MRUCacheMap.java:
Created: Mon Jan 14 15:24:06 2002$Log: MRUCacheMap.java,v $ Revision 1.2 2002/01/15 08:28:50 garym implemented MRU cache for the JDOMFile objects Revision 1.1 2002/01/14 21:51:46 garym bug fixes in topics and config files migration to Extended Properties
Inner classes inherited from class ca.cbc.sportwire.util.TTLCacheMap |
TTLCacheMap.TTLEntry |
Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
Fields inherited from class ca.cbc.sportwire.util.TTLCacheMap |
cat, m, ttl |
Fields inherited from class ca.cbc.sportwire.util.PeriodicData |
interval, running |
Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ, userDaemon |
Constructor Summary | |
MRUCacheMap()
|
Method Summary | |
java.lang.Object |
get(java.lang.Object key)
get : returns the result from the underlying
representation and resets the TTL field to the default |
Methods inherited from class ca.cbc.sportwire.util.TTLCacheMap |
clear, containsKey, containsValue, entrySet, getEntry, getMap, getTTL, isEmpty, keySet, put, put, putAll, refresh, remove, setTTL, setTTL, size, values |
Methods inherited from class ca.cbc.sportwire.util.PeriodicData |
bump, isRunning, run, setInterval, setRunning |
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Constructor Detail |
public MRUCacheMap()
Method Detail |
public java.lang.Object get(java.lang.Object key)
get
: returns the result from the underlying
representation and resets the TTL field to the defaultget
in class TTLCacheMap
key
- an Object
valueObject
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Javadocs generated Tue Apr 23 01:08:36 EDT 2002 by garym@maya.dyndns.org
Copyright © 2002 Canadian Broadcasting Corp