CacheFactorypublic class ConcurrentCacheFactory extends java.lang.Object implements CacheFactory
ConcurrentCache implementation.| Constructor | Description |
|---|---|
ConcurrentCacheFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
CacheManager |
newCacheManager(CacheableFactory holderFactory,
java.lang.String name,
int initialSize,
int maximumSize) |
Create a new
ConcurrentCache instance. |
public CacheManager newCacheManager(CacheableFactory holderFactory, java.lang.String name, int initialSize, int maximumSize)
ConcurrentCache instance.newCacheManager in interface CacheFactoryholderFactory - factory which creates Cacheablesname - name of the cacheinitialSize - initial capacity of the cache (number of objects)maximumSize - maximum size of the cache (number of objects)ConcurrentCache instanceApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.