DataCacheStoreProvider Methods
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Delete(Collection<DataCacheItemKey>) | This Delete overload is called for multiple items that are deleted from the cache associated with the read-through or write-behind provider. |
![]() | Delete(DataCacheItemKey) | This Delete overload is called for a single item that is deleted from the cache associated with the read-through or write-behind provider. |
![]() | Dispose() | Used to dispose the DataCacheStoreProvider class. |
![]() | Dispose(Boolean) | Used to dispose the DataCacheStoreProvider class. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Read(DataCacheItemKey) | This Read overload is called to read a single item from the read-through provider. |
![]() | Read(ReadOnlyCollection<DataCacheItemKey>, IDictionary<DataCacheItemKey, DataCacheItem>) | This Read overload is called to read a multiple items from the read-through provider. |
![]() | ToString() | (Inherited from Object.) |
![]() | Write(DataCacheItem) | This Write method is called to write a single item to the backend associated with the write-behind provider. |
![]() | Write(IDictionary<DataCacheItemKey, DataCacheItem>) | This Write method is called to write multiple items to the backend associated with the write-behind provider. |

