Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.store.chm |
CHM package.
|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
Element.key
the cache key.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
SelectableConcurrentHashMap.DummyPinnedKey |
protected static class |
SelectableConcurrentHashMap.DummyPinnedValue |
Modifier and Type | Class and Description |
---|---|
class |
DiskStorageFactory
A mock-up of a on-disk element proxy factory.
|
Modifier and Type | Field and Description |
---|---|
private DiskStorageFactory |
DiskStorageFactory.DiskSubstitute.factory |
protected java.lang.Object |
HashEntry.key
Key instance for this mapping.
|
private java.lang.Object |
DiskStorageFactory.Placeholder.key |
private java.lang.Object |
DiskStorageFactory.DiskMarker.key |
protected HashEntry |
HashEntry.next
Reference to the next HashEntry in this chain.
|