docs/README.txt
changeset 0 30591ce88556
equal deleted inserted replaced
-1:000000000000 0:30591ce88556
       
     1 ===================
       
     2 pyams_cache package
       
     3 ===================
       
     4 
       
     5 .. contents::
       
     6 
       
     7 
       
     8 What is pyams_cache?
       
     9 ====================
       
    10 
       
    11 pyams_cache is a small set of packages covering PyAMS needs for cache management.
       
    12 
       
    13 It just provides a cache handler interface with two implementations for Memcached
       
    14 and redis, with classic and AsyncIO modes.