docs/README.txt
changeset 0 30591ce88556
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/README.txt	Thu May 18 13:45:02 2017 +0200
@@ -0,0 +1,14 @@
+===================
+pyams_cache package
+===================
+
+.. contents::
+
+
+What is pyams_cache?
+====================
+
+pyams_cache is a small set of packages covering PyAMS needs for cache management.
+
+It just provides a cache handler interface with two implementations for Memcached
+and redis, with classic and AsyncIO modes.