summaryrefslogtreecommitdiff
path: root/src/mongo/util/lru_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48898 replace util/concepts.h with real conceptsBilly Donahue2023-05-131-15/+13
* SERVER-74009 Add an LRU cache for limiting the frequency of logging client me...Patrick Freed2023-02-271-8/+6
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+3
* SERVER-43423 Remove TODO that is unneededAlexander Neben2022-12-151-3/+0
* SERVER-49724 Make ReadThroughCache support StringData keysJaume Moragues2020-11-061-6/+43
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-44/+44
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-5/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29052 Use boost::hash as default for LRU cache on windowssamantharitter2017-05-041-2/+2
* SERVER-28890 Workaround for upcoming `/Zc:ternary`Yuriy Solodkyy2017-04-241-1/+4
* SERVER-28664 Use pool connections in MRU orderAndrew Morrow2017-04-131-12/+24
* SERVER-28300 Add a generic LRU cache implementation to utilitiessamantharitter2017-04-051-0/+272