Click or drag to resize

IDataCachingService Methods

The IDataCachingService type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds data to the cache
Public methodClear
Purges the entire cache of all entries
Public methodExistsTData
Returns true if the specified cache item exists
Public methodGetCacheItem(Guid)
Gets the cache item specified by key regardless of the type of data
Public methodGetCacheItemTData(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.
Public methodRemove(Guid)
Removes/evicts an object with identifier key from the cache
Public methodRemove(IdentifiedData)
Removes/evicts the provided object form cache if available
Top
See Also