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 |
---|---|
Cache |
Get or set cache id |
Methods
Name | Description |
---|---|
Get |
Tries to the get cached entry by key. |
Put |
Adds the specified entry to the cache. |