summaryrefslogtreecommitdiff
path: root/src/mongo/util/read_through_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73820 Improve class encapsulation, comments and tests of the ReadThrou...Kaloian Manassiev2023-02-131-20/+29
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-15/+16
* SERVER-64931 Reintroduce tassert clauses in LRU and ReadThru CachesPaolo Polato2022-06-071-0/+7
* SERVER-64930 Disabling some tassertsSergi Mateo Bellido2022-03-281-7/+0
* SERVER-63241 Lookup round should fulfill atleast a promiseSergi Mateo Bellido2022-03-041-3/+20
* SERVER-62477 Cleanup the interface and comments of ReadThroughCacheKaloian Manassiev2022-01-121-49/+63
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-11-091-0/+23
* Revert "SERVER-59148: Periodically refresh LDAP users in authorization user c...Varun Ravichandran2021-10-041-22/+0
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-10-011-0/+22
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-3/+4
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-2/+2
* SERVER-52939 Expand Promise::setFrom()Ben Caimano2020-11-231-2/+2
* SERVER-49724 Make ReadThroughCache support StringData keysJaume Moragues2020-11-061-9/+29
* SERVER-51051 Make ReadThroughCache handle canceled lookups on shutdownMarcos José Grillo Ramírez2020-09-231-1/+0
* SERVER-50952 Ensure that cached collection entries with stale-marked shard wi...Tommaso Tocci2020-09-211-2/+5
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheKevin Pulo2020-09-161-2/+42
* Revert "SERVER-46202 Implement ShardRegistry on top of ReadThroughCache"Tommaso Tocci2020-09-151-42/+2
* SERVER-46202 Implement ShardRegistry on top of ReadThroughCacheTommaso Tocci2020-09-151-2/+42
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-3/+15
* SERVER-50789 Use the ReadThroughCache's mutex when accessing `_minTimeInStore`Kaloian Manassiev2020-09-081-1/+5
* SERVER-49976 Cleanup database cache on shard removalTommaso Tocci2020-08-041-3/+3
* SERVER-49190 Expose a function to iterate over all the entries in the ReadThr...Randolph Tan2020-07-271-2/+15
* Revert "SERVER-49190 Expose a function to iterate over all the entries in the...Henrik Edin2020-07-271-15/+2
* SERVER-49190 Expose a function to iterate over all the entries in the ReadThr...Randolph Tan2020-07-271-2/+15
* SERVER-49189 add missed minor tweaksKevin Pulo2020-07-271-8/+7
* SERVER-49189 pass current cachedValue (and time, if causally consistent) to R...Kevin Pulo2020-07-231-5/+29
* SERVER-48404 Fix ReadThroughCache edge cases around Key Found/Key NOT FoundKaloian Manassiev2020-05-281-17/+42
* SERVER-46154 Make ReadThroughCache support causal consistencyKaloian Manassiev2020-05-211-48/+145
* SERVER-46154 Pull the InProgressLookup outside of ReadThroughCacheKaloian Manassiev2020-05-171-129/+139
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-11/+16
* SERVER-47654 Strengthen the guarantees of ReadThroughCache with cacheSize = 0Kaloian Manassiev2020-04-211-33/+50
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-031-215/+224
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-271-0/+10
* SERVER-44978 Move the "cache generation" to AuthorizationManagerImplKaloian Manassiev2020-02-271-10/+2
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-8/+30
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-12/+84
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-171-0/+330
* Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell2020-01-161-330/+0
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-161-0/+330