|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface ConfigurableCacheMap.UnitCalculator
A unit calculator is an object that can calculate the cost of caching an object.
| Method Summary | |
|---|---|
int |
calculateUnits(Object oKey, Object oValue)Calculate a cache cost for the specified cache entry key and value. |
String |
getName()Obtain the name of the unit calculator. |
| Method Detail |
|---|
int calculateUnits(Object oKey,
Object oValue)
oKey - the cache key to evaluate for unit costoValue - the cache value to evaluate for unit costString getName()
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||