CreatePolicy Constructor

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodCreatePolicy
Creates a CreatePolicy object with an infinite timeout. Objects will be subject to reclamation under low-memory circumstances, will eligible for GeoServer push replication, and will not be remotely accessible to a remote store via GeoServer pull replication.
Public methodCreatePolicy(Int32)
Creates a CreatePolicy object with a sliding timeout of the specified duration. Objects will be subject to reclamation under low-memory circumstances, will eligible for GeoServer push replication, and will not be remotely accessible to a remote store via GeoServer pull replication.
Public methodCreatePolicy(TimeSpan)
Creates a CreatePolicy object with a sliding timeout of the specified duration. Objects will be subject to reclamation under low-memory circumstances, will eligible for GeoServer push replication, and will not be remotely accessible to a remote store via GeoServer pull replication.
Protected methodCreatePolicy(CreatePolicy)
Copy-constructor. It is used by the Clone method to create a deep copy of the class instance.
Public methodCreatePolicy(Int32, Boolean)
Creates a CreatePolicy object with a timeout of the specified duration that is either sliding or absolute. Objects will be subject to reclamation under low-memory circumstances, will eligible for GeoServer push replication, and will not be remotely accessible to a remote store via GeoServer pull replication.
Public methodCreatePolicy(TimeSpan, Boolean)
Creates a CreatePolicy object with a timeout of the specified duration that is either sliding or absolute. Objects will be subject to reclamation under low-memory circumstances, will eligible for GeoServer push replication, and will not be remotely accessible to a remote store via GeoServer pull replication.
Public methodCreatePolicy(Int32, Boolean, ObjectPreemptionPriority, Object, Boolean)
Creates a CreatePolicy object with the specified policies for timeout, preemption priority, dependencies, and GeoServer push replication. Objects will not be remotely accessible to a remote store via GeoServer pull replication.
Public methodCreatePolicy(TimeSpan, Boolean, ObjectPreemptionPriority, Object, Boolean)
Creates a CreatePolicy object with the specified policies for timeout, preemption priority, dependencies, and GeoServer push replication. Objects will not be remotely accessible to a remote store via GeoServer pull replication.
Public methodCreatePolicy(TimeSpan, Boolean, ObjectPreemptionPriority, Object, Boolean, Boolean, ICoherencyPolicy)
Creates a CreatePolicy object.
Top
See Also

Reference