ibireme / YYCache

High performance cache framework for iOS.
MIT License
2.38k stars 511 forks source link

请问 YYDiskCache对象没有被缓存的时候,从[_globalInstances objectForKey:path]取出的来的对象为空?这样对导致每次都重新生成对象? #141

Closed kchtin closed 5 years ago

kchtin commented 5 years ago

_globalInstances = [[NSMapTable alloc] initWithKeyOptions:NSPointerFunctionsStrongMemory valueOptions:NSPointerFunctionsWeakMemory capacity:0]