| Package | Description |
|---|---|
| org.jahia.services.render.filter.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
AclCacheKeyPartGenerator
Generates an ACL cache key, containing the roles of the current user on the node paths that are used to display
this fragment.
|
class |
AjaxCacheKeyPartGenerator
Cache key part generator that serializes ajax elements if the request is an ajax type.
|
class |
AreaResourceCacheKeyPartGenerator |
class |
CanonicalPathCacheKeyPartGenerator
Cache key to store canonical path of a node if the path is a dereference path
|
class |
ContextCacheKeyPartGenerator |
class |
CustomCacheKeyPartGenerator
Cache key part generator that takes the string representation of the
module.cache.additional.key request attribute if
available. |
class |
InAreaCacheKeyPartGenerator |
class |
LanguageCacheKeyPartGenerator |
class |
ModuleParamsCacheKeyPartGenerator
Cache key part generator that serializes JSON module parameters, if present.
|
class |
PathCacheKeyPartGenerator |
class |
QueryStringCacheKeyPartGenerator |
class |
ReadOnlyCacheKeyPartGenerator |
class |
ResourceIDCacheKeyPartGenerator |
class |
SiteCacheKeyPartGenerator |
class |
TemplateCacheKeyPartGenerator |
class |
TemplateNodesCacheKeyPartGenerator |
class |
TemplateTypeCacheKeyPartGenerator |
class |
WrappedCacheKeyPartGenerator |
| Modifier and Type | Method and Description |
|---|---|
CacheKeyPartGenerator |
DefaultCacheKeyGenerator.getPartGenerator(String field) |
CacheKeyPartGenerator |
CacheKeyGenerator.getPartGenerator(String field)
Return the cache key part generator corresponding to the given field
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCacheKeyGenerator.registerPartGenerator(CacheKeyPartGenerator partGenerator)
Register a part generator, if part generator already exist with that key it will be replaced
|
void |
DefaultCacheKeyGenerator.unregisterPartGenerator(CacheKeyPartGenerator partGenerator)
Unregister a part generator
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCacheKeyGenerator.setPartGenerators(List<CacheKeyPartGenerator> partGenerators) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.