|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.betwixt.registry.NoCacheRegistry
public final class NoCacheRegistry
This plug-in registry does not cache at all. In effect, this turns caching off.
Constructor Summary | |
---|---|
NoCacheRegistry()
|
Method Summary | |
---|---|
void |
flush()
Nothing cached so nothing to flush |
XMLBeanInfo |
get(java.lang.Class forThisClass)
Always return null. |
void |
put(java.lang.Class forThisClass,
XMLBeanInfo beanInfo)
Do nothing (this implementation does not cache) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoCacheRegistry()
Method Detail |
---|
public XMLBeanInfo get(java.lang.Class forThisClass)
get
in interface XMLBeanInfoRegistry
forThisClass
- this parameter is ignored
null
public void put(java.lang.Class forThisClass, XMLBeanInfo beanInfo)
put
in interface XMLBeanInfoRegistry
forThisClass
- the class is ignoredbeanInfo
- the XMLBeanInfo
is ignoredpublic void flush()
flush
in interface XMLBeanInfoRegistry
XMLBeanInfoRegistry.flush()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |