IData |
The IDataCachingService type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds data to the cache | |
| Clear | Purges the entire cache of all entries | |
| ExistsTData | Returns true if the specified cache item exists | |
| GetCacheItem(Guid) | Gets the cache item specified by key regardless of the type of data | |
| GetCacheItemTData(Guid) | Gets the cache item specified by key returning it as a casted instance of TData. Returning the default of TData if the object doesn't exist or if the object is the wrong type. | |
| Remove(Guid) | Removes/evicts an object with identifier key from the cache | |
| Remove(IdentifiedData) | Removes/evicts the provided object form cache if available |