| Package | Description |
|---|---|
| org.jahia.services.cache | |
| org.jahia.services.content.files |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> Cache<K,V> |
CacheFactory.createCacheInstance(String name,
String cacheProvider) |
Cache |
CacheFactory.getCache(String name)
Retrieves the specified
region cache. |
abstract <K,V> Cache<K,V> |
CacheService.getCache(String name) |
abstract <K,V> Cache<K,V> |
CacheService.getCache(String name,
boolean forceCreation)
Returns the requested cache or creates it if it does not exist yet and
forceCreation is set to true. |
<K,V> Cache<K,V> |
CacheFactory.getCache(String name,
boolean forceCreation) |
| Modifier and Type | Method and Description |
|---|---|
Cache<String,Map<String,FileCacheEntry>> |
FileCacheManager.getContentCache() |
Cache<String,FileLastModifiedCacheEntry> |
FileCacheManager.getLastModifiedCache() |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.