com.jaxfront.core.util.io.cache
Class XUICache

java.lang.Object
  extended by com.jaxfront.core.util.io.cache.XUICache

public class XUICache
extends java.lang.Object


Method Summary
 void cache(java.lang.Object xuiURL, Document xuiDOM)
           
static sun.misc.SoftCache getCache()
           
 int getCacheCount()
           
 Document getCached(java.lang.Object xuiURL)
           
static XUICache getInstance()
          Implemented as singleton.
 void releaseCache()
           
 void releaseCache(java.lang.String startsWith)
           
 void releaseCached(java.lang.Object xuiURL)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cache

public void cache(java.lang.Object xuiURL,
                  Document xuiDOM)

getCache

public static sun.misc.SoftCache getCache()

getCacheCount

public int getCacheCount()

getCached

public Document getCached(java.lang.Object xuiURL)

getInstance

public static XUICache getInstance()
Implemented as singleton. Returns the only DOMBuilder instance.


releaseCache

public void releaseCache()

releaseCache

public void releaseCache(java.lang.String startsWith)

releaseCached

public void releaseCached(java.lang.Object xuiURL)