Interface IFlushableV2
Interface for all kinds of caches that should support a common Flush mechanism
Namespace: SuperOffice.Data.Cache
Assembly: SoDataBase.dll
Syntax
public interface IFlushableV2
Methods
Flush()
Synchronous flush.
Declaration
void Flush()
Extension Methods
EnumUtil.MapEnums<From, To>(From)