|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--wttools.protocols.cache.CacheContext
CacheContext.java Created: Tue Oct 30 18:50:40 2001
Field Summary | |
protected java.util.Hashtable |
activeConnections
Hashtbale for keeping active connections for use if there is no data in cache buffers. |
protected java.util.Hashtable |
diskCache
Hashtable for keeping buffers with not recently and not most often used data from the net. |
protected java.util.Hashtable |
ramCache
Hashtable for keeping buffers with recently and most often used data from the net. |
Constructor Summary | |
CacheContext()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Hashtable ramCache
protected java.util.Hashtable diskCache
protected java.util.Hashtable activeConnections
Constructor Detail |
public CacheContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |