| Package | Description |
|---|---|
| org.jahia.services.cache | |
| org.jahia.services.render.filter.cache |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry<V> |
Cache.getCacheEntry(K entryKey)
Retrieve the cache entry associated to the
entryKey argument or
null when the requested cache entry is not available, or when the
entryKey argument is null. |
| Modifier and Type | Method and Description |
|---|---|
CacheImplementation<K,CacheEntry<V>> |
Cache.getCacheImplementation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cache.putCacheEntry(K entryKey,
CacheEntry<V> entry,
boolean propagate)
Add a new entry into the cache.
|
| Constructor and Description |
|---|
Cache(String name,
CacheImplementation<K,CacheEntry<V>> cacheImplementation)
Creates a new
Cache instance. |
| Modifier and Type | Method and Description |
|---|---|
protected CacheEntry<String> |
AggregateCacheFilter.createCacheEntry(String previousOut,
RenderContext renderContext,
Resource resource,
String key)
Deprecated.
Create the cache entry based on the rendered content.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.