FWCacheKeychain


@interface FWCacheKeychain : FWCacheEngine

Keychain缓存

  • 单例模式

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) FWCacheKeychain *_Nonnull sharedInstance;
  • 分组对象

    Declaration

    Objective-C

    - (nonnull instancetype)initWithGroup:(nullable NSString *)group;