Factory class for creating a local cache over a master space.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public class LocalCacheFactory
Public Class LocalCacheFactory
public ref class LocalCacheFactory
public class LocalCacheFactory
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
LocalCacheFactory(ISpaceProxy) |
Creates a new factory with the specified master space.
| |
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.
| |
Create()()()() |
Creates a local cache based on the configured information.
| |
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 | |
LocalCacheFactory |