summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorGrant Jenks <grant.jenks@gmail.com>2018-01-24 09:26:19 -0800
committerTim Graham <timograham@gmail.com>2018-01-24 12:26:19 -0500
commitd38a3169a426516623929ff8c2b2c9703d801b75 (patch)
tree35ae3049ffd0d6fc0f4c14dfae45c0aac81e5a5d /tests/basic
parentf9844f484186fa13399bf8b96f58616687fe158a (diff)
Fixed #28977 -- Changed local-memory cache to use LRU culling.
LRU culling turns every read into a kind of write to the cache: cache keys are moved to the first position in the OrderedDict when they are retrieved. The RWLock which permitted multiple readers while prioritizing a single writer is obsolete since all accesses are now writes.
Diffstat (limited to 'tests/basic')
0 files changed, 0 insertions, 0 deletions