|
|||||||||
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 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
instance
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |