Class CacheDirective
- java.lang.Object
-
- org.alfresco.rest.framework.resource.content.CacheDirective
-
public class CacheDirective extends 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 String
getETag()
Date
getLastModified()
Long
getMaxAge()
boolean
isMustRevalidate()
boolean
isNeverCache()
boolean
isPublic()
-