FWPlayerCacheAction

@interface FWPlayerCacheAction : NSObject

- (instancetype)initWithActionType:(FWPlayerCacheAtionType)actionType range:(NSRange)range;

@property (nonatomic) FWPlayerCacheAtionType actionType;
@property (nonatomic) NSRange range;

@end

Undocumented