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.net.URL xuiURL, Document xuiDOM)
           
static sun.misc.SoftCache getCache()
           
 int getCacheCount()
           
 Document getCached(java.net.URL xuiURL)
           
static XUICache getInstance()
          Implemented as singleton.
 void releaseCache()
           
 void releaseCached(java.net.URL xuiURL)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

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


getCache

public static sun.misc.SoftCache getCache()

cache

public void cache(java.net.URL xuiURL,
                  Document xuiDOM)

getCacheCount

public int getCacheCount()

releaseCached

public void releaseCached(java.net.URL xuiURL)

releaseCache

public void releaseCache()

getCached

public Document getCached(java.net.URL xuiURL)