|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICacheExpirationRegistry
This interface defines the API for a registry of 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 not
ILastModifiedCacheItem| Method Summary | |
|---|---|
List<ILastModifiedCacheItem> |
getCachedItems()
Gets a List of all items registered |
void |
register(ILastModifiedCacheItem cacheItem)
Adds an item to the registry |
void |
unRegister(ILastModifiedCacheItem cacheItem)
. |
| Method Detail |
|---|
void register(ILastModifiedCacheItem cacheItem)
cacheItem - void unRegister(ILastModifiedCacheItem cacheItem)
cacheItem - List<ILastModifiedCacheItem> getCachedItems()
List of all items registered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||