GigaSpaces XAP.NET Documentation
CacheSyncMode Enumeration
Class LibraryGigaSpaces.Core.CacheCacheSyncMode
Determines cache synchronize mode ILocalCache
Declaration Syntax
C#Visual BasicVisual C++J#
public enum CacheSyncMode
Public Enumeration CacheSyncMode
public enum class CacheSyncMode
public enum CacheSyncMode
Members
MemberDescription
Push
Remote changes are pushed to the cache when they occur.

Pull
Remote changes cause the cache to invalidate the changed data. Next access to the same data through the cache will bring the updated data from the remote space.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)