Aaron Schulz has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/380309 )

Change subject: Add more ProcessCacheLRU comments
......................................................................

Add more ProcessCacheLRU comments

Change-Id: I5b59dd065dc387a6c7f9cae42ea5244247448650
---
M includes/libs/ProcessCacheLRU.php
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/09/380309/1

diff --git a/includes/libs/ProcessCacheLRU.php 
b/includes/libs/ProcessCacheLRU.php
index 03e23ed..878e27f 100644
--- a/includes/libs/ProcessCacheLRU.php
+++ b/includes/libs/ProcessCacheLRU.php
@@ -23,7 +23,10 @@
 use Wikimedia\Assert\Assert;
 
 /**
- * Handles per process caching of items
+ * Class for process caching individual properties of expiring items
+ * 
+ * When the key for an entire item is deleted, all properties for it are 
deleted
+ * 
  * @ingroup Cache
  */
 class ProcessCacheLRU {

-- 
To view, visit https://gerrit.wikimedia.org/r/380309
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b59dd065dc387a6c7f9cae42ea5244247448650
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to