| Package | Description |
|---|---|
| org.dd4t.providers |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
PayloadCacheProvider.storeInItemCache(String key,
CacheElement<T> cacheElement,
List<CacheDependency> dependencies)
Stores item in the cache with a reference to all given depdencies
|
void |
CacheProvider.storeInItemCache(String key,
Object ob,
List<CacheDependency> dependencies)
Deprecated.
Stores given item in the cache with a dependency to all given dependencies.
|
Copyright © 2017. All rights reserved.