|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrowserCachePolicy | |
---|---|
info.magnolia.module.cache | |
info.magnolia.module.cache.browsercachepolicy |
Uses of BrowserCachePolicy in info.magnolia.module.cache |
---|
Methods in info.magnolia.module.cache that return BrowserCachePolicy | |
---|---|
BrowserCachePolicy |
CacheConfiguration.getBrowserCachePolicy()
|
Methods in info.magnolia.module.cache with parameters of type BrowserCachePolicy | |
---|---|
void |
CacheConfiguration.setBrowserCachePolicy(BrowserCachePolicy browserCachePolicy)
|
Uses of BrowserCachePolicy in info.magnolia.module.cache.browsercachepolicy |
---|
Classes in info.magnolia.module.cache.browsercachepolicy that implement BrowserCachePolicy | |
---|---|
class |
AbstractVoterBased
Uses a VoterSet to decided if the file should be cached in the browser. |
class |
BrowserCachePolicySet
A collection of BrowserCachePolicy . |
class |
FixedDuration
Uses a fix expiration time (in minutes). |
class |
Never
The pages are sent by using no cache headers. |
Methods in info.magnolia.module.cache.browsercachepolicy that return types with arguments of type BrowserCachePolicy | |
---|---|
Collection<BrowserCachePolicy> |
BrowserCachePolicySet.getPolicies()
|
Method parameters in info.magnolia.module.cache.browsercachepolicy with type arguments of type BrowserCachePolicy | |
---|---|
void |
BrowserCachePolicySet.setPolicies(Collection<BrowserCachePolicy> policies)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |