Skip to content

IEqCachingService interface

Represents a type used to perform caching.

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