Overload List
| Name | Description | |
|---|---|---|
| InsertAsync(String, CacheItem, DSWriteOption, DataSourceItemsUpdatedCallback) |
Insert a CacheItem to the cache asynchoronously
| |
| InsertAsync(String, CacheItem, String, DSWriteOption, DataSourceItemsUpdatedCallback) |
Insert a CacheItem to the cache asynchoronously
| |
| InsertAsync(String, Object, AsyncItemUpdatedCallback, String, String) |
Inserts an object into the Cache asynchronously with dependencies, expiration and
priority policies, and a delegate you can use to notify your application
when the inserted item is removed from the Cache.
|