net.sf.ehcache.store.disk
Class DiskStorageFactory.DiskSubstitute
java.lang.Object
   net.sf.ehcache.store.disk.DiskStorageFactory.DiskSubstitute
net.sf.ehcache.store.disk.DiskStorageFactory.DiskSubstitute
- Direct Known Subclasses: 
- DiskStorageFactory.DiskMarker
- Enclosing class:
- DiskStorageFactory
- public abstract static class DiskStorageFactory.DiskSubstitute 
- extends Object
Abstract superclass for all disk substitutes.
| Field Summary | 
| protected  long | onHeapSizeCached size of this mapping on the Java heap.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
onHeapSize
protected transient volatile long onHeapSize
- Cached size of this mapping on the Java heap.
 
 
DiskStorageFactory.DiskSubstitute
public DiskStorageFactory.DiskSubstitute()
- Create a disk substitute bound to no factory.  This constructor is used during
 de-serialization.
 
getFactory
public final DiskStorageFactory getFactory()
- Returns the DiskStorageFactoryinstance that generated thisDiskSubstitute
 
- 
- Returns:
- an ElementProxyFactory
 
Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.