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

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

public class ZippedCache
extends Cache


Constructor Summary
ZippedCache()
           
 
Method Summary
 void cache(java.lang.String key, byte[] value)
           
 byte[] getCached(java.lang.String key)
           
static ZippedCache getInstance()
           
 boolean hasCachedObject(java.lang.String 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

ZippedCache

public ZippedCache()
Method Detail

cache

public void cache(java.lang.String key,
                  byte[] value)

getCached

public byte[] getCached(java.lang.String key)

getInstance

public static ZippedCache getInstance()

hasCachedObject

public boolean hasCachedObject(java.lang.String key)