Skip to content

Commit

Permalink
Remove doc for parameter that doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfinnell committed May 10, 2024
1 parent 76fcfb6 commit b0c12e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/PINDiskCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ PIN_SUBCLASSING_RESTRICTED
@param ttlCache Whether or not the cache should behave as a TTL cache.
@param byteLimit The maximum number of bytes allowed on disk. Defaults to 50MB.
@param ageLimit The maximum number of seconds an object is allowed to exist in the cache. Defaults to 30 days.
@param evictionStrategy How the cache decides to evict objects
@result A new cache with the specified name.
*/
- (instancetype)initWithName:(nonnull NSString *)name
Expand Down

0 comments on commit b0c12e4

Please sign in to comment.