Specifies the maximum number of subscribed events to store in the subscription cache. If the number of subscribed events exceeds this setting, caching is not used except to maintain a count by event that can avoid a query if no subscriptions exist for an event. If the size is set to 0, caching is disabled.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property SubscriptionCacheMaxEntries As Nullable(Of Integer)
C#
Nullable<int> SubscriptionCacheMaxEntries { get; set; }
Visual C++
property Nullable<int> SubscriptionCacheMaxEntries {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_subscriptionCacheMaxEntries();
function set_subscriptionCacheMaxEntries(value);

ToggleRemarks

ToggleSee Also