|
UNICORN - iOS
|
#import <HNKCache.h>
プロパティ | |
| NSString * | cacheKey |
| UIImage * | cacheOriginalImage |
| NSData * | cacheOriginalData |
Represents an object that is associated with an image. Used by the cache to assign identifiers to images and obtain the original data or image needed to create resized images.
|
readnonatomicassign |
Return a key for the original image associated with the entity. If two different entities have the same image, they should return the same key for better performance.
|
readnonatomicassign |
Return the original data associated with the entity. The cache will always call this method in the main queue.
|
readoptionalnonatomicassign |
Return the original image associated with the entity, or nil to use cacheOriginalData instead. The cache will always call this method in the main queue.
cacheOriginalData.
1.8.9.1