Class CacheExpirationRegistry
java.lang.Object
org.pentaho.platform.plugin.services.cache.CacheExpirationRegistry
- All Implemented Interfaces:
org.pentaho.platform.api.cache.ICacheExpirationRegistry
public class CacheExpirationRegistry
extends Object
implements org.pentaho.platform.api.cache.ICacheExpirationRegistry
User: rfellows Date: 10/26/11 Time: 9:19 AM
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<org.pentaho.platform.api.cache.ILastModifiedCacheItem>
void
register
(org.pentaho.platform.api.cache.ILastModifiedCacheItem cacheItem) void
unRegister
(org.pentaho.platform.api.cache.ILastModifiedCacheItem cacheItem)
-
Constructor Details
-
CacheExpirationRegistry
public CacheExpirationRegistry()
-
-
Method Details
-
register
public void register(org.pentaho.platform.api.cache.ILastModifiedCacheItem cacheItem) - Specified by:
register
in interfaceorg.pentaho.platform.api.cache.ICacheExpirationRegistry
-
unRegister
public void unRegister(org.pentaho.platform.api.cache.ILastModifiedCacheItem cacheItem) - Specified by:
unRegister
in interfaceorg.pentaho.platform.api.cache.ICacheExpirationRegistry
-
getCachedItems
- Specified by:
getCachedItems
in interfaceorg.pentaho.platform.api.cache.ICacheExpirationRegistry
-