Class CacheDirective
- java.lang.Object
-
- org.alfresco.rest.framework.resource.content.CacheDirective
-
public class CacheDirective extends java.lang.Object
An immutable builder for setting the HTTP cache.- Author:
- Jamal Kaabi-Mofrad
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CacheDirective.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getETag()
java.util.Date
getLastModified()
java.lang.Long
getMaxAge()
boolean
isMustRevalidate()
boolean
isNeverCache()
boolean
isPublic()
-