org.apache.derby.iapi.services.cache |
|
Java Source File Name | Type | Comment |
Cacheable.java | Interface | Any object that implements this interface can be cached using the services of
the CacheManager/CacheFactory. |
CacheableFactory.java | Interface | Any object that implements this interface can be cached using the services of
the CacheManager/CacheFactory. |
CacheFactory.java | Interface | A factory for handing out caches. |
CacheManager.java | Interface | |
ClassSize.java | Class | |
ClassSizeCatalog.java | Class | |
SizedCacheable.java | Interface | This interface extends the Cacheable interface (@see Cacheable) with a method that
estimates the size of the Cacheable object, in bytes. |