CacheHelper Methods |
The CacheHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(String, Object, DateTime) | ||
| Add(String, Object, TimeSpan) | ||
| Flush |
Removes the 100% of cache entries from the cache object
| |
| FlushAllCaches | ||
| Remove |
Expires the cache object with the provided key
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |