Adds a new item into the cache using the specified absolute expiration data and region name
| Overload | Description |
|---|---|
| Add(cacheitem,cacheitempolicy) | Adds a new item into the cache using the default region |
| Add(string,object,cacheitempolicy,string) | Adds a new item into the cache using the specified region name |
| Add(string,object,datetime,string) | Adds a new item into the cache using the specified absolute expiration data and region name |
| Add<T>(cacheitem<t>,cacheitempolicy) | Adds a new item into the cache using the default region. |
| Add<T>(string,t,cacheitempolicy,string) | Adds a new item into the cache using the specified region name. |
| Add<T>(string,t,datetime,string) | Adds a new item into the cache using the specified absolute expiration data and region name. |