org.weborganic.bastille.cache
Class RemoveCacheElement

java.lang.Object
  extended by org.weborganic.bastille.cache.RemoveCacheElement
All Implemented Interfaces:
ContentGenerator

public final class RemoveCacheElement
extends Object
implements ContentGenerator

Removes an entry from the cache content.


Constructor Summary
RemoveCacheElement()
           
 
Method Summary
 void process(ContentRequest req, XMLWriter xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveCacheElement

public RemoveCacheElement()
Method Detail

process

public void process(ContentRequest req,
                    XMLWriter xml)
             throws BerliozException,
                    IOException
Specified by:
process in interface ContentGenerator
Throws:
BerliozException
IOException