Uses of Interface
org.pentaho.platform.api.cache.ILastModifiedCacheItem
-
Packages that use ILastModifiedCacheItem Package Description org.pentaho.platform.api.cache -
-
Uses of ILastModifiedCacheItem in org.pentaho.platform.api.cache
Methods in org.pentaho.platform.api.cache that return types with arguments of type ILastModifiedCacheItem Modifier and Type Method Description List<ILastModifiedCacheItem>ICacheExpirationRegistry. getCachedItems()Gets aListof all items registeredMethods in org.pentaho.platform.api.cache with parameters of type ILastModifiedCacheItem Modifier and Type Method Description voidICacheExpirationRegistry. register(ILastModifiedCacheItem cacheItem)Adds an item to the registryvoidICacheExpirationRegistry. unRegister(ILastModifiedCacheItem cacheItem).
-