Uses of Class
org.infinispan.rest.operations.exceptions.WrongDateFormatException
-
Packages that use WrongDateFormatException Package Description org.infinispan.rest.operations REST Server Operations classes. -
-
Uses of WrongDateFormatException in org.infinispan.rest.operations
Methods in org.infinispan.rest.operations that throw WrongDateFormatException Modifier and Type Method Description static booleanCacheOperationsHelper. ifModifiedIsAfterEntryModificationDate(java.lang.String etagIfModifiedSince, java.util.Date lastMod)static booleanCacheOperationsHelper. ifUnmodifiedIsBeforeEntryModificationDate(java.lang.String ifUnmodifiedSince, java.util.Date lastMod)
-