Interface ICache
Interface to be implemented by cache implementations.
Inherited Members
System.IDisposable.Dispose()
Assembly: Alachisoft.Integrations.EntityFramework.CachingProvider.dll
Syntax
public interface ICache : IDisposable
Properties
Name | Description |
---|---|
CacheId | Get or set cache id |
Methods
Name | Description |
---|---|
GetItem(String, out Object) | Tries to the get cached entry by key. |
PutItem(String, DbResultItem, DbCommand, CachingOptions) | Adds the specified entry to the cache. |