VOCacheManager

@interface VOCacheManager : NSObject <VOCacheProtocol>

Use this class when temporary, in-memory storage is required.

  • The directory name where the cache saves to disk.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) NSString *directoryName;

    Swift

    var directoryName: String! { get set }