Uses of Class
org.alfresco.rest.framework.resource.content.CacheDirective
-
Packages that use CacheDirective Package Description org.alfresco.rest.framework.resource.content -
-
Uses of CacheDirective in org.alfresco.rest.framework.resource.content
Methods in org.alfresco.rest.framework.resource.content that return CacheDirective Modifier and Type Method Description CacheDirective
CacheDirective.Builder. build()
CacheDirective
AbstractBinaryResource. getCacheDirective()
Constructors in org.alfresco.rest.framework.resource.content with parameters of type CacheDirective Constructor Description AbstractBinaryResource(String attachFileName, CacheDirective cacheDirective)
NodeBinaryResource(NodeRef nodeRef, org.alfresco.service.namespace.QName propertyQName, ContentInfo contentInfo, String attachFileName, CacheDirective cacheDirective)
-