summaryrefslogtreecommitdiff
path: root/src/mongo/util/invalidating_lru_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48898 replace util/concepts.h with real conceptsBilly Donahue2023-05-131-13/+12
* SERVER-64931 Reintroduce tassert clauses in LRU and ReadThru CachesPaolo Polato2022-06-071-0/+15
* SERVER-64930 Disabling some tassertsSergi Mateo Bellido2022-03-281-15/+0
* SERVER-63241 Lookup round should fulfill atleast a promiseSergi Mateo Bellido2022-03-041-0/+22
* SERVER-62477 Cleanup the interface and comments of ReadThroughCacheKaloian Manassiev2022-01-121-26/+27
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-11-091-0/+26
* Revert "SERVER-59148: Periodically refresh LDAP users in authorization user c...Varun Ravichandran2021-10-041-26/+0
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-10-011-0/+26
* SERVER-49724 Make ReadThroughCache support StringData keysJaume Moragues2020-11-061-7/+46
* SERVER-50952 Ensure that cached collection entries with stale-marked shard wi...Tommaso Tocci2020-09-211-4/+11
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheKevin Pulo2020-09-161-18/+38
* Revert "SERVER-46202 Implement ShardRegistry on top of ReadThroughCache"Tommaso Tocci2020-09-151-38/+18
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheTommaso Tocci2020-09-151-18/+38
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-21/+32
* SERVER-49189 add missed minor tweaksKevin Pulo2020-07-271-1/+1
* SERVER-49189 pass current cachedValue (and time, if causally consistent) to R...Kevin Pulo2020-07-231-6/+9
* SERVER-46154 Make ReadThroughCache support causal consistencyKaloian Manassiev2020-05-211-28/+182
* SERVER-46154 Pull the InProgressLookup outside of ReadThroughCacheKaloian Manassiev2020-05-171-3/+0
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-12/+55
* SERVER-47654 Strengthen the guarantees of ReadThroughCache with cacheSize = 0Kaloian Manassiev2020-04-211-2/+11
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-258/+263
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-7/+7
* SERVER-40296 Allow returning invalid users from authorization managerJonathan Reams2019-03-261-0/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-2/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37139 Make sure to destroy shared_ptrs without holding lockJonathan Reams2018-09-241-9/+45
* SERVER-36477 Only invalidate valid ptrs in InvalidatingLRUCacheJonathan Reams2018-08-151-14/+54
* SERVER-35890 Fix fassert codesJonathan Reams2018-08-011-2/+2
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-0/+285
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-283/+0
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-0/+283