Package apple.foundation.protocol
Interface NSCacheDelegate
-
public interface NSCacheDelegate
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidcacheWillEvictObject(NSCache<?,?> cache, java.lang.Object obj)
-
-
-
Method Detail
-
cacheWillEvictObject
default void cacheWillEvictObject(NSCache<?,?> cache, java.lang.Object obj)
-
-