Skip to content

Commit

Permalink
add sample for memcache/memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and trasher committed Sep 23, 2017
1 parent f64f439 commit 7810b0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2679,6 +2679,8 @@ public static function getCache($optname, $context = 'core') {
* - {"adapter":"filesystem","options":{"cache_dir":"_cache_trans"},"plugins":["serializer"]}
* - {"adapter":"dba"}
* - {"adapter":"dba","options":{"pathname":"trans.db","handler":"flatfile"},"plugins":["serializer"]}
* - {"adapter":"memcache","options":{"servers":["127.0.0.1"]}}
* - {"adapter":"memcached","options":{"servers":["127.0.0.1"]}}
*
*/
// Read configuration
Expand Down

0 comments on commit 7810b0a

Please sign in to comment.