Loading .pvr textures asynchronously

Only jpg, png and tiff image formats are supported for synchronous texture loading using:

CCTextureCache::sharedTextureCache()->addImageAsync();

I’d like to be able to use pvr textures. Any plans to support this in the future or is there a reason this can’t be done?

Many thanks.