Class GenericCacheEntry

java.lang.Object
org.apache.oro.util.GenericCacheEntry
All Implemented Interfaces:
Serializable

final class GenericCacheEntry 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
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • _index

      int _index
      The cache array index of the entry.
    • _value

      Object _value
      The value stored at this entry.
    • _key

      Object _key
      The key used to store the value.
  • Constructor Details

    • GenericCacheEntry

      GenericCacheEntry(int index)