NSCache
NSCache()
NSCache(IntPtr)
NSCache(NativeHandle)
NSCache(NSObjectFlag)
ClassHandle
CountLimit
Delegate
EvictsObjectsWithDiscardedContent
Name
TotalCostLimit
WeakDelegate
Dispose(Boolean)
ObjectForKey(NSObject)
RemoveAllObjects()
RemoveObjectForKey(NSObject)
SetCost(NSObject, NSObject, nuint)
SetCost(NSObject, NSObject, nuint)
SetObjectforKey(NSObject, NSObject)
WillEvictObject
xamarinmac
namespace Foundation
{
[Register("NSCache", true)]
public class NSCache : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("setObject:forKey:cost:")]
public virtual void SetCost(NSObject! obj, NSObject! key, nuint cost);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Xamarin iOS | 0.0 |
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API