Click or drag to resize

CacheHelper Methods

The CacheHelper type exposes the following members.

Methods
  NameDescription
Public methodAdd(String, Object, DateTime)
Public methodAdd(String, Object, TimeSpan)
Public methodFlush
Removes the 100% of cache entries from the cache object
Public methodStatic memberFlushAllCaches
Public methodRemove
Expires the cache object with the provided key
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also