Package | Description |
---|---|
org.pentaho.platform.api.cache |
Modifier and Type | Method and Description |
---|---|
List<ILastModifiedCacheItem> |
ICacheExpirationRegistry.getCachedItems()
Gets a
List of all items registered |
Modifier and Type | Method and Description |
---|---|
void |
ICacheExpirationRegistry.register(ILastModifiedCacheItem cacheItem)
Adds an item to the registry
|
void |
ICacheExpirationRegistry.unRegister(ILastModifiedCacheItem cacheItem)
.
|