public class ConcurrentCacheFactory extends java.lang.Object implements CacheFactory
ConcurrentCache
implementation.Constructor and Description |
---|
ConcurrentCacheFactory() |
Modifier and Type | Method and 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 CacheFactory
holderFactory
- factory which creates Cacheable
sname
- 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.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.