typedef NS_ENUM()

in include/SPTPersistentCache/SPTPersistentCacheOptions.h [45:51]


typedef NS_ENUM(NSUInteger, SPTPersistentCacheDebugMethodType) {
    SPTPersistentCacheDebugMethodTypeStore,
    SPTPersistentCacheDebugMethodTypeLock,
    SPTPersistentCacheDebugMethodTypeUnlock,
    SPTPersistentCacheDebugMethodTypeRemove,
    SPTPersistentCacheDebugMethodTypeRead
};