![]() | RedisCacheServiceGetCacheItem Method |
Name | Description | |
---|---|---|
![]() | 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.
|