Skip to content

Commit b0c12e4

Browse files
committed
Remove doc for parameter that doesn't exist
1 parent 76fcfb6 commit b0c12e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/PINDiskCache.h

-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ PIN_SUBCLASSING_RESTRICTED
357357
@param ttlCache Whether or not the cache should behave as a TTL cache.
358358
@param byteLimit The maximum number of bytes allowed on disk. Defaults to 50MB.
359359
@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
361360
@result A new cache with the specified name.
362361
*/
363362
- (instancetype)initWithName:(nonnull NSString *)name

0 commit comments

Comments
 (0)