public final class NoCacheRegistry extends Object implements XMLBeanInfoRegistry
| Constructor and Description |
|---|
NoCacheRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Nothing cached so nothing to flush
|
XMLBeanInfo |
get(Class forThisClass)
Always return null.
|
void |
put(Class forThisClass,
XMLBeanInfo beanInfo)
Do nothing (this implementation does not cache)
|
public XMLBeanInfo get(Class forThisClass)
get in interface XMLBeanInfoRegistryforThisClass - this parameter is ignorednullpublic void put(Class forThisClass, XMLBeanInfo beanInfo)
put in interface XMLBeanInfoRegistryforThisClass - the class is ignoredbeanInfo - the XMLBeanInfo is ignoredpublic void flush()
flush in interface XMLBeanInfoRegistryXMLBeanInfoRegistry.flush()Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.