public interface ICacheExpirationRegistry
ILastModifiedCacheItem
's. All items in the
registry will have a last modified timestamp that can be used to determine if a cache item is up-to-date or notILastModifiedCacheItem
Modifier and Type | Method and Description |
---|---|
List<ILastModifiedCacheItem> |
getCachedItems()
Gets a
List of all items registered |
void |
register(ILastModifiedCacheItem cacheItem)
Adds an item to the registry
|
void |
unRegister(ILastModifiedCacheItem cacheItem)
.
|
void register(ILastModifiedCacheItem cacheItem)
cacheItem
- void unRegister(ILastModifiedCacheItem cacheItem)
cacheItem
- List<ILastModifiedCacheItem> getCachedItems()
List
of all items registeredCopyright © 2020 Hitachi Vantara. All rights reserved.