IEqCachingService interface
Represents a type used to perform caching.
public interface Korzh.EasyQuery.Services.IEqCachingServicePackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
GetValue(string key) | string | Gets the value from the cache. |
PutValue(string key, string value) | void | Puts the value to the cache |