Uses of Interface
org.spincast.core.exchange.CacheHeadersRequestContextAddon
Packages that use CacheHeadersRequestContextAddon
-
Uses of CacheHeadersRequestContextAddon in org.spincast.core.exchange
Methods in org.spincast.core.exchange that return CacheHeadersRequestContextAddonModifier and TypeMethodDescriptionCacheHeadersRequestContextAddon.cache
(int seconds) The number of seconds the client should cache this resource before requesting it again.CacheHeadersRequestContextAddon.cache
(int seconds, boolean isPrivate) The number of seconds the client should cache this resource before requesting it again.The number of seconds the client should cache this resource before requesting it again.RequestContext.cacheHeaders()
Cache headers related methods.RequestContextBase.cacheHeaders()
Specifies the current ETag (strong) of the resource.Specifies the current strong or weak ETag of the resource.CacheHeadersRequestContextAddon.eTag
(String currentTag, boolean currentTagIsWeak, boolean weakComparison) Specifies the current strong or weak ETag of the resource.CacheHeadersRequestContextAddon.lastModified
(Date lastModificationDate) Specifies the last modification date of the resource.CacheHeadersRequestContextAddon.noCache()
Sends "No Cache" headers so the resource is not cached at all by the client.Methods in org.spincast.core.exchange that return types with arguments of type CacheHeadersRequestContextAddonModifier and TypeMethodDescriptionprotected com.google.inject.Provider<CacheHeadersRequestContextAddon<R>>
RequestContextBase.getCacheHeadersRequestContextAddonProvider()
com.google.inject.Provider<CacheHeadersRequestContextAddon<R>>
RequestContextBaseDeps.getCacheHeadersRequestContextAddonProvider()
-
Uses of CacheHeadersRequestContextAddon in org.spincast.plugins.httpcaching
Classes in org.spincast.plugins.httpcaching that implement CacheHeadersRequestContextAddonModifier and TypeClassDescriptionclass
SpincastCacheHeadersRequestContextAddon<R extends RequestContext<?>>
Methods in org.spincast.plugins.httpcaching that return CacheHeadersRequestContextAddonModifier and TypeMethodDescriptionSpincastCacheHeadersRequestContextAddon.cache
(int seconds) SpincastCacheHeadersRequestContextAddon.cache
(int seconds, boolean isPrivate) SpincastCacheHeadersRequestContextAddon.eTag
(String currentTag, boolean currentTagIsWeak, boolean weakComparison) SpincastCacheHeadersRequestContextAddon.lastModified
(Date lastModificationDate)