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