Click or drag to resize

RedisCacheService.GetCacheItem Method

Overload List
  NameDescription
Public methodGetCacheItem(Guid)
Gets the cache item specified by key regardless of the type of data
Public methodGetCacheItem<TData>(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.
Top
See Also