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

Author:
SRZXUZ TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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

getInstance

public static ZippedCache getInstance()

cache

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

getCached

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

hasCachedObject

public boolean hasCachedObject(java.lang.String key)