Skip to content

Commit

Permalink
Fix #226
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Jun 10, 2019
1 parent 06f9b0e commit 74a49fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PINCache.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ - (instancetype)initWithName:(NSString *)name
keyDecoder:keyDecoder
operationQueue:_operationQueue
ttlCache:ttlCache];
_memoryCache = [[PINMemoryCache alloc] initWithName:_name operationQueue:_operationQueue];
_memoryCache = [[PINMemoryCache alloc] initWithName:_name operationQueue:_operationQueue ttlCache:ttlCache];
}
return self;
}
Expand Down

0 comments on commit 74a49fc

Please sign in to comment.