| Package | Description |
|---|---|
| org.dd4t.providers |
| Modifier and Type | Method and Description |
|---|---|
<T> CacheElement<T> |
PayloadCacheProvider.loadPayloadFromLocalCache(String key)
Loads object corresponding to the given key from cache.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
PayloadCacheProvider.storeInItemCache(String key,
CacheElement<T> cacheElement)
Store given item in the cache with a simple time-to-live property (for items not depending on Tridion items)
|
<T> void |
PayloadCacheProvider.storeInItemCache(String key,
CacheElement<T> cacheElement,
int dependingPublicationId,
int dependingItemId)
Store given item in the cache with a reference to supplied Tridion Item.
|
<T> void |
PayloadCacheProvider.storeInItemCache(String key,
CacheElement<T> cacheElement,
List<CacheDependency> dependencies)
Stores item in the cache with a reference to all given depdencies
|
Copyright © 2017. All rights reserved.