|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
public class JDBCDiskCacheFactory
This factory should create mysql disk caches.
Constructor Summary | |
---|---|
JDBCDiskCacheFactory()
|
Method Summary | |
---|---|
AuxiliaryCache |
createCache(AuxiliaryCacheAttributes rawAttr,
ICompositeCacheManager arg1)
This factory method should create an instance of the mysqlcache. |
java.lang.String |
getName()
Returns the display name |
void |
setName(java.lang.String nameArg)
The name of the factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDBCDiskCacheFactory()
Method Detail |
---|
public AuxiliaryCache createCache(AuxiliaryCacheAttributes rawAttr, ICompositeCacheManager arg1)
createCache
in interface AuxiliaryCacheFactory
arg1
- This allows auxiliaries to reference the manager without
assuming that it is a singleton. This will allow JCS to be a
nonsingleton. Also, it makes it easier to test.
public void setName(java.lang.String nameArg)
setName
in interface AuxiliaryCacheFactory
nameArg
- The new name valuepublic java.lang.String getName()
getName
in interface AuxiliaryCacheFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |