com.jaxfront.core.util.io.cache
Class XUICache
java.lang.Object
com.jaxfront.core.util.io.cache.XUICache
public class XUICache
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)