Skip to content

EqSessionCachingService class

Represents an implemenation of Korzh.EasyQuery.Services.IEqCachingService which uses Session for storing cached objects.

public class Korzh.EasyQuery.Services.EqSessionCachingService
: IEqCachingService
TypeNameDescription
StringGetValue(String key)Gets the value from the cache.
voidPutValue(String key, String value)Puts the value to the cache