I have already stored some images in CCTextureCache using the following line of code :
CCTextureCache.sharedTextureCache().addImage("image.png");
Now I am facing the problem in getting those stored images. Can someone help me with this? Someone please tell me how to fetch these images so that I can display them.