GigaSpaces XAP.NET Documentation
LocalCacheConfig Class
Class LibraryGigaSpaces.Core.CacheLocalCacheConfig
A configuration object use to configure creation of a local cache.
Declaration Syntax
C#Visual BasicVisual C++J#
public class LocalCacheConfig
Public Class LocalCacheConfig
public ref class LocalCacheConfig
public class LocalCacheConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
LocalCacheConfig()()()()
Initializes a new instance of the LocalCacheConfig class

BatchSize
Gets or sets the local view batch size which will be used for synchronizing the view with the remote space. Null value indicates that the default value will be used.

BatchTimeout
Gets or sets the local view batch timeout (i.e. maximum time the server will batch entries before updating the client. Null value indicates that the default value will be used.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MaxDisconnectionDuration
Gets or sets the maximum allowed duration to hold stale data in the view before restarting the view. This occurrs when the connection is lost with the remote space for the specified duration. Null value indicates that the default value will be used.

MaxTimeToLive
Gets or sets the maximum time to live of an object which is inserted to the local cache before being expired.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateMode
Gets or sets the local cache behavior when update occurs in the master space.

Inheritance Hierarchy
Object
LocalCacheConfig

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)