dsto.dfc.collections.cache
Class CacheEntry

java.lang.Object
  extended by dsto.dfc.collections.cache.CacheEntry
All Implemented Interfaces:
Serializable

public class CacheEntry
extends Object
implements Serializable

A structure used to store values in a GenericCache. It is declared with default access to limit it to use only within the package.

Since:
1.0
Version:
@version@
Author:
Daniel F. Savarese
See Also:
Serialized Form

Field Summary
 int index
          The cache array index of the entry.
 Object key
          The key used to store the value.
 Object value
          The value stored at this entry.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index
The cache array index of the entry.


value

public Object value
The value stored at this entry.


key

public Object key
The key used to store the value.



Copyright © 2008 Commonwealth of Australia