org.jboss.resteasy.plugins.cache.server
Class SimpleServerCache.CacheEntry
java.lang.Object
org.jboss.resteasy.plugins.cache.server.SimpleServerCache.CacheEntry
- All Implemented Interfaces:
- ServerCache.Entry
- Enclosing class:
- SimpleServerCache
public static class SimpleServerCache.CacheEntry
- extends Object
- implements ServerCache.Entry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getExpirationInSeconds
public int getExpirationInSeconds()
- Specified by:
getExpirationInSeconds
in interface ServerCache.Entry
isExpired
public boolean isExpired()
- Specified by:
isExpired
in interface ServerCache.Entry
getEtag
public String getEtag()
- Specified by:
getEtag
in interface ServerCache.Entry
getHeaders
public MultivaluedMap<String,Object> getHeaders()
- Specified by:
getHeaders
in interface ServerCache.Entry
getCached
public byte[] getCached()
- Specified by:
getCached
in interface ServerCache.Entry
Copyright © 2013. All Rights Reserved.