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 XMLBeanInfoRegistry
forThisClass
- this parameter is ignorednull
public void put(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()
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.