| Name | Description | Type | Package | Framework |
| AATreeSet | Class | net.sf.ehcache.store.disk.ods | EHCache | |
| AATreeSet .AbstractTreeNode | Abstract node implementation that can be extended with a custom payload. | Class | net.sf.ehcache.store.disk.ods.AATreeSet | EHCache |
| AATreeSet .Node | Interface | net.sf.ehcache.store.disk.ods.AATreeSet | EHCache | |
| AbstractPolicy | Class | net.sf.ehcache.store | EHCache | |
| AbstractStore | Class | net.sf.ehcache.store | EHCache | |
| CacheKeySet | A Set of keys that will encapsulate keys present in a Cache. | Class | net.sf.ehcache.store | EHCache |
| CopyStrategy | Interface | net.sf.ehcache.store.compound | EHCache | |
| DefaultElementValueComparator | Class | net.sf.ehcache.store | EHCache | |
| DiskBackedMemoryStore | A tiered store using an in-memory cache of elements stored on disk. | Class | net.sf.ehcache.store | EHCache |
| DiskSizeOfEngine | SizeOf engine which calculates exact usage of the disk store. | Class | net.sf.ehcache.store.disk | EHCache |
| DiskStorageFactory | A mock-up of a on-disk element proxy factory. | Class | net.sf.ehcache.store.disk | EHCache |
| DiskStorageFactory .DiskMarker | DiskMarker instances point to the location of their associated serialized Element instance. | Class | net.sf.ehcache.store.disk.DiskStorageFactory | EHCache |
| DiskStorageFactory .DiskSubstitute | Abstract superclass for all disk substitutes. | Class | net.sf.ehcache.store.disk.DiskStorageFactory | EHCache |
| DiskStore | All new elements are automatically scheduled for writing to disk. | Class | net.sf.ehcache.store.disk | EHCache |
| DiskStoreBootstrapCacheLoader | Class | net.sf.ehcache.store | EHCache | |
| DiskStoreBootstrapCacheLoaderFactory | Factory class to create DiskStoreBootstrapCacheLoader instances. | Class | net.sf.ehcache.store | EHCache |
| ElementIdAssigningStore | Store wrapper that assigns sequential IDs to elements as they are added to the underlying storeFields inherited from interface net. | Class | net.sf.ehcache.store | EHCache |
| ElementSubstituteFilter | Filter on Elements or ElementSubstitutes. | Interface | net.sf.ehcache.store.disk | EHCache |
| ElementValueComparator | Used to compare two element values. | Interface | net.sf.ehcache.store | EHCache |
| FifoPolicy | Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions. | Class | net.sf.ehcache.store | EHCache |
| FileAllocationTree | File allocation tree allows C-like alloc/free operations on a random access file. | Class | net.sf.ehcache.store.disk.ods | EHCache |
| FrontEndCacheTier | Abstract class for stores which combine two other stores, one caching the other (aka authority)'s elements. | Class | net.sf.ehcache.store | EHCache |
| ImmutableValueElementCopyStrategy | Class | net.sf.ehcache.store.compound | EHCache | |
| LegacyCopyStrategyAdapter | ReadWriteCopyStrategy adaptor for a legacy CopyStrategy instanceAuthor:Ludovic OrbanSee Also:Serialized Form | Class | net.sf.ehcache.store.compound | EHCache |
| LegacyStoreWrapper | A wrapper to convert a legacy pair of stores into a new style compound store. | Class | net.sf.ehcache.store | EHCache |
| LfuPolicy | Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions. | Class | net.sf.ehcache.store | EHCache |
| LruMemoryStore | An implementation of a LruMemoryStore. | Class | net.sf.ehcache.store | EHCache |
| LruPolicy | Contains common LFU policy code for use between the LfuMemoryStore and the DiskStore, which also uses an LfuPolicy for evictions. | Class | net.sf.ehcache.store | EHCache |
| MemoryLimitedCacheLoader | Abstract class for BootstrapCacheLoader implementers that should alter their load behavior (probably stop loading) whenever the cache being bootstrapped has reached its in-memory limit (off- or on-heap) | Class | net.sf.ehcache.store | EHCache |
| MemoryOnlyStore | A memory-only store with support for all caching features. | Class | net.sf.ehcache.store | EHCache |
| MemoryOnlyStore .BruteForceSearchManager | Brute force search implementationConstructor SummaryMemoryOnlyStore. | Class | net.sf.ehcache.store.MemoryOnlyStore | EHCache |
| MemoryStore | A Store implementation suitable for fast, concurrent in memory stores. | Class | net.sf.ehcache.store | EHCache |
| MemoryStore .BackingFactory | Factory interface to create a MemoryStore backing. | Interface | net.sf.ehcache.store.MemoryStore | EHCache |
| MemoryStoreEvictionPolicy | A typesafe enumeration of eviction policies. | Class | net.sf.ehcache.store | EHCache |
| MemoryStoreEvictionPolicy .MemoryStoreEvictionPolicyEnum | Class | net.sf.ehcache.store.MemoryStoreEvictionPolicy | EHCache | |
| NotifyingMemoryStore | Nested Class SummaryNested classes/interfaces inherited from class net. | Class | net.sf.ehcache.store | EHCache |
| NullReadWriteCopyStrategy | Class | net.sf.ehcache.store.compound | EHCache | |
| NullStore | A store implementation which does not store anything. | Class | net.sf.ehcache.store | EHCache |
| Policy | The Cache will use a policy at startup. | Interface | net.sf.ehcache.store | EHCache |
| ReadWriteCopyStrategy | Interface | net.sf.ehcache.store.compound | EHCache | |
| ReadWriteSerializationCopyStrategy | A copy strategy that can use partial (if both copy on read and copy on write are set) or full Serialization to copy the object graphAuthor:Alex Snaps, Ludovic OrbanSee Also:Serialized Form | Class | net.sf.ehcache.store.compound | EHCache |
| Region | Class that represents the regions held within this set. | Class | net.sf.ehcache.store.disk.ods | EHCache |
| Segment | Segment implementation used in LocalStore. | Class | net.sf.ehcache.store.disk | EHCache |
| SelectableConcurrentHashMap | SelectableConcurrentHashMap subclasses a repackaged version of ConcurrentHashMap ito allow efficient random sampling of the map values. | Class | net.sf.ehcache.store.chm | EHCache |
| SelectableConcurrentHashMap .DummyPinnedKey | See Also:Serialized Formprotected SelectableConcurrentHashMap. | Class | net.sf.ehcache.store.chm.SelectableConcurrentHashMap | EHCache |
| SelectableConcurrentHashMap .DummyPinnedValue | See Also:Serialized Formprotected SelectableConcurrentHashMap. | Class | net.sf.ehcache.store.chm.SelectableConcurrentHashMap | EHCache |
| SelectableConcurrentHashMap .HashEntry | Class | net.sf.ehcache.store.chm.SelectableConcurrentHashMap | EHCache | |
| SerializationCopyStrategy | A copy strategy that uses full Serialization to copy the object graphAuthor:Alex Snaps, Ludovic OrbanSee Also:Serialized Form | Class | net.sf.ehcache.store.compound | EHCache |
| Store | This is the interface for all stores. | Interface | net.sf.ehcache.store | EHCache |
| StoreListener | Interface | net.sf.ehcache.store | EHCache | |
| StoreQuery | Interface | net.sf.ehcache.store | EHCache | |
| StoreQuery .Ordering | Interface | net.sf.ehcache.store.StoreQuery | EHCache | |
| StoreUpdateException | Exception thrown by the Store when the writer fails. | Class | net.sf.ehcache.store.disk | EHCache |
| StripedReadWriteLockProvider | Interface | net.sf.ehcache.store | EHCache | |
| TerracottaStore | Use for internal purpose only. | Interface | net.sf.ehcache.store | EHCache |
| TierableStore | This is the interface for all tierable stores. | Interface | net.sf.ehcache.store | EHCache |