net.sourceforge.jtds.jdbc.cache
Class ProcedureCache.CacheEntry
java.lang.Object
net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
- ProcedureCache
private static class ProcedureCache.CacheEntry
extends java.lang.Object
Encapsulates the cached Object and implements the linked list used to
implement the LRU logic.
CacheEntry(String key, ProcEntry value) - Constructs a new cache entry encapsulating the supplied key and
value.
|
(package private) void | link(ProcedureCache.CacheEntry ce) - Links this CacheEntry into the linked list after the node specified.
|
(package private) void | unlink() - Unlinks this CacheEntry from the linked list.
|
key
(package private) String key
CacheEntry
(package private) CacheEntry(String key,
ProcEntry value)
Constructs a new cache entry encapsulating the supplied key and
value.
key
- key used to identify the cache entryvalue
- object being cached
link
(package private) void link(ProcedureCache.CacheEntry ce)
Links this CacheEntry into the linked list after the node specified.
ce
- node after which this entry will be linked
unlink
(package private) void unlink()
Unlinks this CacheEntry from the linked list.
Generated on June 12 2008