GigaSpaces XAP.NET Documentation
MaxTimeToLive Property
Class LibraryGigaSpaces.Core.CacheLocalCacheConfigMaxTimeToLive
Gets or sets the maximum time to live of an object which is inserted to the local cache before being expired.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<long> MaxTimeToLive { get; set; }
Public Property MaxTimeToLive As Nullable(Of Long)
public:
property Nullable<long long> MaxTimeToLive {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}
/** @property */
public Nullable<long> get_MaxTimeToLive()
/** @property */
public  void set_MaxTimeToLive(Nullable<long> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)