public class IndirectAttachmentCache extends Cache
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT |
Constructor and Description |
---|
IndirectAttachmentCache() |
IndirectAttachmentCache(int anMaxSize) |
Modifier and Type | Method and Description |
---|---|
protected int | getSize(java.lang.Object aValue)
Returns the size of a value.
|
protected java.lang.Object | miss(java.lang.Object aKey)
Returns the value a key is mapped to.
|
public static final java.lang.String COPYRIGHT
public IndirectAttachmentCache()
public IndirectAttachmentCache(int anMaxSize)
protected int getSize(java.lang.Object aValue)
protected java.lang.Object miss(java.lang.Object aKey) throws ECException