| Package | Description |
|---|---|
| org.jahia.services.cache | |
| org.jahia.services.cache.dummy | |
| org.jahia.services.cache.ehcache |
| Modifier and Type | Method and Description |
|---|---|
CacheImplementation<K,CacheEntry<V>> |
Cache.getCacheImplementation() |
CacheImplementation<?,?> |
CacheProvider.newCacheImplementation(String name) |
| Constructor and Description |
|---|
Cache(String name,
CacheImplementation<K,CacheEntry<V>> cacheImplementation)
Creates a new
Cache instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyCacheImpl<K,V>
An implementation of the
CacheImplementation that disables caching. |
| Modifier and Type | Method and Description |
|---|---|
CacheImplementation<?,?> |
DummyCacheProvider.newCacheImplementation(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
EhCacheImpl
Ehcache based caching implementation.
|
| Modifier and Type | Method and Description |
|---|---|
CacheImplementation<?,?> |
EhCacheProvider.newCacheImplementation(String name) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.