ConcurrentCacheFactory
public interface CacheFactory
Modifier and Type | Method | Description |
---|---|---|
CacheManager |
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 newCacheManager(CacheableFactory holderFactory, java.lang.String name, int initialSize, int maximumSize)
holderFactory
- The factory for the objects that are to be cached.name
- The name of the cacheinitialSize
- The initial capacity of the cachemaximumSize
- The maximum number of objects the cache will holdApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.