public final class

NoCacheRegistry

extends Object
implements XMLBeanInfoRegistry
java.lang.Object
   ↳ org.apache.commons.betwixt.registry.NoCacheRegistry

Class Overview

This plug-in registry does not cache at all. In effect, this turns caching off.

Summary

Public Constructors
NoCacheRegistry()
Public Methods
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)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.commons.betwixt.registry.XMLBeanInfoRegistry

Public Constructors

public NoCacheRegistry ()

Public Methods

public void flush ()

Nothing cached so nothing to flush

See Also

public XMLBeanInfo get (Class forThisClass)

Always return null.

Parameters
forThisClass this parameter is ignored
Returns
  • null

public void put (Class forThisClass, XMLBeanInfo beanInfo)

Do nothing (this implementation does not cache)

Parameters
forThisClass the class is ignored
beanInfo the XMLBeanInfo is ignored