Class GeneralCache.InvalidationTable

  • Enclosing class:
    GeneralCache

    protected class GeneralCache.InvalidationTable
    extends java.lang.Object
    This class describes a table of invalidation keys, each of which points to a set of object records.
    • Field Detail

      • hashtable

        protected java.util.HashMap hashtable
    • Constructor Detail

      • InvalidationTable

        public InvalidationTable()
    • Method Detail

      • getObjectRecordsForKey

        public java.util.Iterator getObjectRecordsForKey​(java.lang.String key)
      • removeKey

        public void removeKey​(java.lang.String key)
      • removeObjectRecordFromKey

        public void removeObjectRecordFromKey​(java.lang.String key,
                                              GeneralCache.ObjectRecord objectRecord)