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

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

public class SoftObjectCache
extends Cache


Constructor Summary
SoftObjectCache()
           
 
Method Summary
 void cacheObject(java.lang.Object key, java.lang.Object value)
           
 java.lang.Object getCachedObject(java.lang.Object key)
           
static SoftObjectCache getInstance()
           
 boolean hasCachedObject(java.lang.Object key)
           
 
Methods inherited from class com.jaxfront.core.util.io.cache.Cache
cache, getCached, hasCached, releaseCache, releaseCached
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftObjectCache

public SoftObjectCache()
Method Detail

getInstance

public static SoftObjectCache getInstance()

getCachedObject

public java.lang.Object getCachedObject(java.lang.Object key)

cacheObject

public void cacheObject(java.lang.Object key,
                        java.lang.Object value)

hasCachedObject

public boolean hasCachedObject(java.lang.Object key)