|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ cache overview ] | PREV NEXT | ||||||||
Uses of Interface
org.apache.derby.iapi.services.cache.CacheableFactory
| Uses of CacheableFactory in org.apache.derby.iapi.services.cache |
| Methods in org.apache.derby.iapi.services.cache with parameters of type CacheableFactory | |
CacheManager |
CacheFactory.newCacheManager(CacheableFactory holderFactory,
java.lang.String name,
int initialSize,
int maximumSize)
Create a cache that uses the class represented by holderClass as the holder class. |
CacheManager |
CacheFactory.newSizedCacheManager(CacheableFactory holderFactory,
java.lang.String name,
int initialSize,
long maximumSize)
Create a cache that uses the class represented by holderClass as the holder class. |
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ cache overview ] | PREV NEXT | ||||||||