org.cruxframework.crux.core.server.rest.state
Class NoClusteredResourceStateHandler.CacheEntry

java.lang.Object
  extended by org.cruxframework.crux.core.server.rest.state.NoClusteredResourceStateHandler.CacheEntry
All Implemented Interfaces:
ResourceStateHandler.ResourceState
Enclosing class:
NoClusteredResourceStateHandler

public static class NoClusteredResourceStateHandler.CacheEntry
extends Object
implements ResourceStateHandler.ResourceState


Method Summary
 long getDateModified()
           
 String getEtag()
           
 boolean isExpired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDateModified

public long getDateModified()
Specified by:
getDateModified in interface ResourceStateHandler.ResourceState

getEtag

public String getEtag()
Specified by:
getEtag in interface ResourceStateHandler.ResourceState

isExpired

public boolean isExpired()
Specified by:
isExpired in interface ResourceStateHandler.ResourceState


Copyright © 2015. All rights reserved.