ieqcachingservice-interface
Represents a general caching service
public interface Korzh.EasyQuery.Services.IEqCachingService
Assembly: Korzh.EasyQuery.dll
Methods
Name | Type | Description |
---|---|---|
GetValue(string key) | string | Gets the item associated with this key if present. |
PutValue(string key, string value) | void | Puts the value to the cache |