We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fcfb6 commit b0c12e4Copy full SHA for b0c12e4
Source/PINDiskCache.h
@@ -357,7 +357,6 @@ PIN_SUBCLASSING_RESTRICTED
357
@param ttlCache Whether or not the cache should behave as a TTL cache.
358
@param byteLimit The maximum number of bytes allowed on disk. Defaults to 50MB.
359
@param ageLimit The maximum number of seconds an object is allowed to exist in the cache. Defaults to 30 days.
360
- @param evictionStrategy How the cache decides to evict objects
361
@result A new cache with the specified name.
362
*/
363
- (instancetype)initWithName:(nonnull NSString *)name
0 commit comments