ICachingManager Interface |
Namespace: Atomia.Billing.Core.Sdk.BusinessLogic
The ICachingManager type exposes the following members.
| 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.
|