ibireme / YYCache

High performance cache framework for iOS.
MIT License
2.37k stars 505 forks source link

能直接获取缓存 file 的 path 吗? #23

Closed gztchan closed 8 years ago

gztchan commented 8 years ago

在我的业务中,需要知道 file 的 path,但好似 Storage 里面才有 path, YYCache 不能获取

另外,我想问一下,如何解决 imageIO_PNG_data 不断增大的问题,png 图片设置后,无法在内存中释放

gztchan commented 8 years ago

问题已解决,因为直接用 Manager 下载图片,忘记 Decode 了,所以导致 decode 的工作由系统去完成,在 memory 产生了缓存