Skip to content

IEqCachingService interface

Represents a type used to perform caching.

public interface Korzh.EasyQuery.Services.IEqCachingService

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
GetValue(string key)stringGets the value from the cache.
PutValue(string key, string value)voidPuts the value to the cache