| ICachingManager Methods | 
The ICachingManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Add(String, Object) | 
            Adds the specified item to the cache.
             | 
|  | Add(String, Object, CacheExpirationType, TimeSpan) | 
            Adds the specified item to the cache.
             | 
|  | Flush | 
            Flushes cache.
             | 
|  | Get | 
            Retrieves the specified item from cache.
             | 
|  | Remove | 
            Removes the specified item from cache.
             | 
 See Also
See Also