|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.common.MCRCache.MCRCacheEntry
class MCRCache.MCRCacheEntry
For each object in the cache, there is one MCRCacheEntry object encapsulating it. The cache uses a double-linked list of MCRCacheEntries and holds references to the most and least recently used entry.
| Field Summary | |
|---|---|
(package private) MCRCache.MCRCacheEntry |
after
The entry after this one, less often used than this entry |
(package private) MCRCache.MCRCacheEntry |
before
The entry before this one, more often used than this entry |
(package private) Object |
key
The key for this object, to be used for removing the object |
(package private) Object |
object
The stored object encapsulated by this entry |
(package private) long |
time
The timestamp when this object was placed in the cache |
| Constructor Summary | |
|---|---|
MCRCache.MCRCacheEntry()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
MCRCache.MCRCacheEntry before
MCRCache.MCRCacheEntry after
Object key
long time
Object object
| Constructor Detail |
|---|
MCRCache.MCRCacheEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||