Finalize()
|
Destructor
|
CleanAllCaches()
|
Forces a clean up of all caches, removing older items that have expired
|
ClearAllCaches()
|
Forces a clean up of all caches, removing all items
|
GetCount()
|
Returns the numer of caches
|
GetCacheName(Int32)
|
Get's the name of the cache
|
GetCacheAge(Int32)
|
Get's the maximum age of a cache
|
GetCacheCount(Int32)
|
Returns the number of items in the cache
|
Add(String, Shared.Classes.CacheItem, Boolean)
|
Add's an item to the cached list
|
Get(String)
|
Returns a cached item
If the item isn't found, an event is raised to retrieve the item, subsequently adding it to the list of items
|
Clear()
|
Clears all cache items
|
Remove(Shared.Classes.CacheItem)
|
Removes a specific item from the cache
|
CleanCachedItems()
|
Called to clean cached items, remove those that have expired etc
|