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