Skip to content

Commit

Permalink
docs(Cache): update docs to reflect supporting the Memcached driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinsh committed Dec 23, 2018
1 parent b7287ed commit 64b742c
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 477 deletions.
11 changes: 4 additions & 7 deletions modules/cache/config/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
// ],
// 'instant_death' => true,
// ],
// 'apcu' => [
// 'driver' => 'apcu',
// 'default_expire' => 3600,
// ],
// 'apc' => [
// 'driver' => 'apc',
// 'default_expire' => 3600,
Expand All @@ -72,13 +76,6 @@
// 'database' => APPPATH . 'cache/kohana-cache.sql3',
// 'schema' => 'CREATE TABLE caches(id VARCHAR(127) PRIMARY KEY, tags VARCHAR(255), expiration INTEGER, cache TEXT)',
// ],
// 'eaccelerator' => [
// 'driver' => 'eaccelerator',
// ],
// 'xcache' => [
// 'driver' => 'xcache',
// 'default_expire' => 3600,
// ],
// 'file' => [
// 'driver' => 'file',
// 'cache_dir' => APPPATH . 'cache',
Expand Down
219 changes: 0 additions & 219 deletions modules/cache/guide/cache.usage.md

This file was deleted.

Loading

0 comments on commit 64b742c

Please sign in to comment.