-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow null values to be cached and refine TryGet method (see #155) #157
base: master
Are you sure you want to change the base?
Allow null values to be cached and refine TryGet method (see #155) #157
Commits on Jun 20, 2021
-
added an editor config file to handle spacing
Enrico Massone committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 3e064ea - Browse repository at this point
Copy the full SHA 3e064eaView commit details -
added the editor config to the unit test project too
removed the null check for the item parameter in the CachingService.Add method
Enrico Massone committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for a3d8845 - Browse repository at this point
Copy the full SHA a3d8845View commit details -
added another unit test for checking that adding null to the cache wo…
…rks as expected
Enrico Massone committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 3cf902f - Browse repository at this point
Copy the full SHA 3cf902fView commit details -
Changed the signature for IAppCache so that the generic argument is a…
…ctually used
Enrico Massone committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 13984b6 - Browse repository at this point
Copy the full SHA 13984b6View commit details -
Reimplemented IAppCache.TryGetValue so that it works after a call to …
…GetOrAdd
Enrico Massone committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 24230a9 - Browse repository at this point
Copy the full SHA 24230a9View commit details -
added unit test for complex object
Enrico Massone committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for d65ee61 - Browse repository at this point
Copy the full SHA d65ee61View commit details -
Added some unit test to be sure that TryGet works as expected
Enrico Massone committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for b891ec5 - Browse repository at this point
Copy the full SHA b891ec5View commit details -
Added other unit tests for the TryGet functionality
Enrico Massone committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 861fd40 - Browse repository at this point
Copy the full SHA 861fd40View commit details -
added the idea of TryGetValueAsync
Enrico Massone committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for dc70a04 - Browse repository at this point
Copy the full SHA dc70a04View commit details -
completed the test suite for TryGet
Enrico Massone committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e88944 - Browse repository at this point
Copy the full SHA 1e88944View commit details -
implemented TryGetValueAsync still need to add unit tests
Enrico Massone committedJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for ad3f11c - Browse repository at this point
Copy the full SHA ad3f11cView commit details -
Enrico Massone committed
Jun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for aeee17b - Browse repository at this point
Copy the full SHA aeee17bView commit details -
Enrico Massone committed
Jun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 109ee16 - Browse repository at this point
Copy the full SHA 109ee16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dfb346 - Browse repository at this point
Copy the full SHA 1dfb346View commit details -
Configuration menu - View commit details
-
Copy full SHA for a486809 - Browse repository at this point
Copy the full SHA a486809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d6281c - Browse repository at this point
Copy the full SHA 9d6281cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d14718 - Browse repository at this point
Copy the full SHA 5d14718View commit details