How to access NSCache from VC1 in VC 2

Hi, i download image and cached it in view controller 1 and i want to access that cached image view controller 2. Is there anyway how to accomplish it. Thanks

You have a NSCache object in one view controller and you want to use it in another one - can’t you pass a reference to it, in prepareForSegue: for example?