-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replace 3 boolean fields with one enum flag field * use auto property for AbsoluteExpiration * simplify the code by using expression bodies * don't use internal fields of CacheEntry, the public properties are enough * expose private methods of MemoryCache and replace the usage of delegates with dependency to MemoryCache 2 fields less for MemoryCache and three for every CacheEntry
- Loading branch information
1 parent
63b9b20
commit 62b4a1f
Showing
3 changed files
with
94 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.