Class CacheDirective
- java.lang.Object
-
- org.alfresco.rest.framework.resource.content.CacheDirective
-
public class CacheDirective extends java.lang.ObjectAn immutable builder for setting the HTTP cache.- Author:
- Jamal Kaabi-Mofrad
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCacheDirective.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetETag()java.util.DategetLastModified()java.lang.LonggetMaxAge()booleanisMustRevalidate()booleanisNeverCache()booleanisPublic()
-