#28977: Change Local Memory Cache to Use LRU
-------------------------------------+-------------------------------------
     Reporter:  Grant Jenks          |                    Owner:  Grant
                                     |  Jenks
         Type:  New feature          |                   Status:  closed
    Component:  Core (Cache system)  |                  Version:  master
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"d38a3169a426516623929ff8c2b2c9703d801b75" d38a3169]:
 {{{
 #!CommitTicketReference repository=""
 revision="d38a3169a426516623929ff8c2b2c9703d801b75"
 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.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28977#comment:13>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.d1d95aef6770ef686844c7296577ac4d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to