com.servingxml.components.cache
Class CacheExpiryAssembler

java.lang.Object
  extended by com.servingxml.components.cache.CacheExpiryAssembler
All Implemented Interfaces:
CacheConstants

public class CacheExpiryAssembler
extends java.lang.Object
implements CacheConstants


Field Summary
 
Fields inherited from interface com.servingxml.components.cache.CacheConstants
CACHE_MANAGER, CHANGED_SIGNATURE_INTERVAL, CHANGED_SIGNATURE_PRIORITY, FREE_MEMORY, HEAP_SIZE, MEMORY_SIGNATURE_INTERVAL, MEMORY_SIGNATURE_PRIORITY, SERVINGXML_NS_URI
 
Constructor Summary
CacheExpiryAssembler()
           
 
Method Summary
 CacheExpiry assemble(ConfigurationContext context)
           
 void setChanged(java.lang.String value)
           
 void setDelay(long delay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheExpiryAssembler

public CacheExpiryAssembler()
Method Detail

setChanged

public void setChanged(java.lang.String value)

setDelay

public void setDelay(long delay)

assemble

public CacheExpiry assemble(ConfigurationContext context)