|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ cache overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.services.cache
Interface SizedCacheable

- All Superinterfaces:
- Cacheable
- public interface SizedCacheable
- extends Cacheable
This interface extends the Cacheable interface (@see Cacheable) with a method that estimates the size of the Cacheable object, in bytes. CacheManagers constructed with the SizedCacheFactory interface regulate the total estimated cache size, in bytes. CacheManagers constructed with the CacheFactory use regulate the total number of cache entries.
| Method Summary | |
int |
getSize()
Get the estimated size of the cacheable object. |
| Methods inherited from interface org.apache.derby.iapi.services.cache.Cacheable |
clean, clearIdentity, createIdentity, getIdentity, isDirty, setIdentity |
| Method Detail |
getSize
public int getSize()
- Get the estimated size of the cacheable object.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ cache overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC