12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?php
- return array
- (
-
- 'mysql' => 0,
-
- 'html' => 0,
-
- 'data' => 3600,
-
- 'load' => 3600,
-
- 'load_key' => array
- (
-
- 'auth.data' => 200,
- ),
-
-
- 'clear' => 'dever_cache',
-
- 'expire' => true,
-
- 'type' => 'memcache',
-
- 'store' => array
- (
- array
- (
- 'host' => '127.0.0.1',
- 'port' => '11211',
- 'weight' => 100,
- ),
-
- ),
- );
|