|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.services.cache.ConcurrentCacheFactory
public class ConcurrentCacheFactory
Factory class which creates cache manager instances based on the
ConcurrentCache implementation.
| Constructor Summary | |
|---|---|
ConcurrentCacheFactory()
|
|
| Method Summary | |
|---|---|
CacheManager |
newCacheManager(CacheableFactory holderFactory,
java.lang.String name,
int initialSize,
int maximumSize)
Create a new ConcurrentCache instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConcurrentCacheFactory()
| Method Detail |
|---|
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 instance
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||