Programming: Caching: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 September 2022

  • curprev 19:0919:09, 24 September 2022Will talk contribs 785 bytes +219 →‎Tag Caching
  • curprev 19:0819:08, 24 September 2022Will talk contribs 566 bytes +566 Created page with " = Invalidation = <blockquote> == Tag Caching == <blockquote> Objects are assigned an auto-incrementing version number<br> When an object changes, the cache is updated with that version number<br> Caches that refer to multiple object-types, keep a reference to the versions of each object the cache refers to. ex. * User created <code>user_v=0</code> * User renamed <code>user_v=1</code> * ProjectUsers <code>adds user proj_v=1</code> * ProjUserCache is tagged with <code>us..."