typedef NS_ENUM()

in include/SPTPersistentCache/SPTPersistentCacheOptions.h [36:40]


typedef NS_ENUM(NSUInteger, SPTPersistentCacheDebugTimingType) {
    SPTPersistentCacheDebugTimingTypeQueued,
    SPTPersistentCacheDebugTimingTypeStarting,
    SPTPersistentCacheDebugTimingTypeFinished
};