Returns whether or not the cache will automatically evict discardable-content objects whose content has been discarded.
Original signature is '- (BOOL)evictsObjectsWithDiscardedContent'
Available in Mac OS X v10.6 and later.

Declaration Syntax
public virtual bool EvictsObjectsWithDiscardedContent { get; set; }
Public Overridable Property EvictsObjectsWithDiscardedContent As Boolean
Get
Set
public:
virtual property bool EvictsObjectsWithDiscardedContent {
bool get ();
void set (bool value);
}

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)