CacheManagerNode.NumberToRemoveWhenScavenging Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets or set the number of items to remove from the cache when scavenging.
Namespace: Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll)
Syntax
'Declaration
<AssertRangeAttribute(, RangeBoundaryType.Inclusive, , RangeBoundaryType.Inclusive)> _
<RequiredAttribute> _
PublicPropertyNumberToRemoveWhenScavengingAs Integer
[AssertRangeAttribute(, RangeBoundaryType.Inclusive, , RangeBoundaryType.Inclusive)]
[RequiredAttribute]
public int NumberToRemoveWhenScavenging { get; set; }
[AssertRangeAttribute(, RangeBoundaryType::Inclusive, , RangeBoundaryType::Inclusive)]
[RequiredAttribute]
public:
property int NumberToRemoveWhenScavenging {
int get ();
voidset (int value);
}
publicfunction getNumberToRemoveWhenScavenging () : int
publicfunction setNumberToRemoveWhenScavenging (value : int)
Field Value
The number of items to remove from the cache when scavenging.
See Also
Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |