public static final class FieldCache.CacheEntry extends Object
Constructor and Description |
---|
FieldCache.CacheEntry(Object readerKey,
String fieldName,
Class<?> cacheType,
Object custom,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
estimateSize()
Computes (and stores) the estimated size of the cache Value
|
Class<?> |
getCacheType() |
Object |
getCustom() |
String |
getEstimatedSize()
The most recently estimated size of the value, null unless
estimateSize has been called.
|
String |
getFieldName() |
Object |
getReaderKey() |
Object |
getValue() |
String |
toString() |
public Object getReaderKey()
public String getFieldName()
public Class<?> getCacheType()
public Object getCustom()
public Object getValue()
public void estimateSize()
getEstimatedSize()
public String getEstimatedSize()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.