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 boolean
CacheOperationsHelper. ifModifiedIsAfterEntryModificationDate(Optional<String> etagIfModifiedSince, Date lastMod)
static boolean
CacheOperationsHelper. ifUnmodifiedIsBeforeEntryModificationDate(Optional<String> ifUnmodifiedSince, Date lastMod)
-