summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-07-05 09:36:16 -0400
committerTres Seaver <tseaver@palladion.com>2012-07-05 09:36:16 -0400
commitf338b9bee5240744a1dbdc4452619388ebd4fda6 (patch)
tree43a1af06df950db20ac7023b9eb43e5f11ea414a
parent5327a016e413c6189c7af6ceadc7c703c56cbb30 (diff)
downloadrepoze-lru-f338b9bee5240744a1dbdc4452619388ebd4fda6.tar.gz
Changelog for CacheMaker.
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d6f5ef2..09973c9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Changelog
After 0.5
---------
+- Added a 'CacheMaker' helper class: a maker keeps references (by name)
+ to the caches it creates, to permit them to be cleared.
+
- Added statistics to each cache, tracking lookups, hits, misses, and
evictions.