Package | Description |
---|---|
info.magnolia.module.cache | |
info.magnolia.module.cache.executor |
Modifier and Type | Method and Description |
---|---|
CachePolicyExecutor |
ContentCachingConfiguration.getExecutor(CachePolicyResult.CachePolicyBehaviour behaviour) |
Modifier and Type | Method and Description |
---|---|
Map<String,CachePolicyExecutor> |
ContentCachingConfiguration.getExecutors() |
Modifier and Type | Method and Description |
---|---|
void |
ContentCachingConfiguration.addExecutor(String name,
CachePolicyExecutor executor) |
Modifier and Type | Method and Description |
---|---|
void |
ContentCachingConfiguration.setExecutors(Map<String,CachePolicyExecutor> executors) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExecutor
The cache configuration is passed to the executor.
|
class |
Bypass
Bypasses all caching functionality.
|
class |
CompositeExecutor
A list of executors (for combining and ordering them).
|
class |
SetExpirationHeaders
Executor for setting expiration headers to response.
|
class |
Store
Wraps the response and stores the content in a cache Entry.
|
class |
UseCache
Serves the content from the cache.
|
Modifier and Type | Method and Description |
---|---|
CachePolicyExecutor[] |
CompositeExecutor.getExecutors() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeExecutor.addExecutor(CachePolicyExecutor executor) |
void |
CompositeExecutor.setExecutors(CachePolicyExecutor[] executor) |
Copyright © 2020 Magnolia International Ltd.. All rights reserved.