Interface NSCacheDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
NSCacheDelegateAdapter

public interface NSCacheDelegate
extends NSObjectProtocol
  • Method Summary

    Modifier and Type Method Description
    void willEvictObject​(NSCache cache, NSObject obj)  
  • Method Details