public class CacheExpirationRegistry extends Object implements org.pentaho.platform.api.cache.ICacheExpirationRegistry
Constructor and Description |
---|
CacheExpirationRegistry() |
Modifier and Type | Method and Description |
---|---|
List<org.pentaho.platform.api.cache.ILastModifiedCacheItem> |
getCachedItems() |
void |
register(org.pentaho.platform.api.cache.ILastModifiedCacheItem cacheItem) |
void |
unRegister(org.pentaho.platform.api.cache.ILastModifiedCacheItem cacheItem) |
public void register(org.pentaho.platform.api.cache.ILastModifiedCacheItem cacheItem)
register
in interface org.pentaho.platform.api.cache.ICacheExpirationRegistry
public void unRegister(org.pentaho.platform.api.cache.ILastModifiedCacheItem cacheItem)
unRegister
in interface org.pentaho.platform.api.cache.ICacheExpirationRegistry
public List<org.pentaho.platform.api.cache.ILastModifiedCacheItem> getCachedItems()
getCachedItems
in interface org.pentaho.platform.api.cache.ICacheExpirationRegistry
Copyright © 2021 Hitachi Vantara. All rights reserved.