Represents an implemenation of Korzh.EasyQuery.Services.IEqCachingService which uses Session for storing cached objects.
public class Korzh.EasyQuery.Services.EqSessionCachingService
: IEqCachingService
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 |