ObjectCache.DefaultCacheCapabilities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets a description of the features that a cache implementation provides.
public:
abstract property System::Runtime::Caching::DefaultCacheCapabilities DefaultCacheCapabilities { System::Runtime::Caching::DefaultCacheCapabilities get(); };
public abstract System.Runtime.Caching.DefaultCacheCapabilities DefaultCacheCapabilities { get; }
member this.DefaultCacheCapabilities : System.Runtime.Caching.DefaultCacheCapabilities
Public MustOverride ReadOnly Property DefaultCacheCapabilities As DefaultCacheCapabilities
Property Value
A bitwise combination of flags that indicate the default capabilities of a cache implementation.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.