Advertisement
Guest User

Untitled

a guest
Nov 12th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.08 KB | None | 0 0
  1. class Zend_Cache_Core#8 (6)
  2. {
  3.     protected $_backend => class Zend_Cache_Backend_Redis#11 (5)
  4.    {
  5.         public $_redis => class Credis_Client#6 (19)
  6.        {
  7.             protected $redis => class Redis#44 (1) { ... }
  8.            protected $redisMulti => NULL
  9.             protected $host => string(13) "x.x.x.x"
  10.             protected $port => int(6380)
  11.             protected $timeout => NULL
  12.             protected $readTimeout => NULL
  13.             protected $persistent => string(0) ""
  14.             protected $connected => bool(true)
  15.             protected $standalone => bool(false)
  16.             protected $maxConnectRetries => int(0)
  17.             protected $connectFailures => int(0)
  18.             protected $usePipeline => bool(false)
  19.             protected $commandNames => NULL
  20.             protected $commands => NULL
  21.             protected $isMulti => bool(false)
  22.             protected $isWatching => bool(false)
  23.             protected $authPassword => NULL
  24.             protected $selectedDb => int(0)
  25.             protected $aliasedMethods => array(3) { ... }
  26.         }
  27.         protected $_notMatchingTags => bool(true)
  28.         protected $_exactMtime => bool(false)
  29.         protected $_directives => array(3) { 'lifetime' => int(3600) 'logging' => bool(false) 'logger' => NULL }
  30.         protected $_options => array(1) { 'automatic_cleaning_factor' => int(20000) }
  31.     }
  32.     protected $_options => array(9) { 'write_control' => bool(true) 'caching' => bool(true) 'cache_id_prefix' => NULL 'automatic_serialization' => bool(true) 'automatic_cleaning_factor' => int(10) 'lifetime' => int(3600) 'logging' => bool(false) 'logger' => NULL 'ignore_user_abort' => bool(false) }
  33.     protected $_specificOptions => array(0) { }
  34.     private $_lastId => string(26) "ecopm4ub1n8dlppasdfadsfcf78v740fj6"
  35.     protected $_extendedBackend => bool(true)
  36.     protected $_backendCapabilities => array(6) { 'automatic_cleaning' => bool(true) 'tags' => bool(true) 'expired_read' => bool(false) 'priority' => bool(false) 'infinite_lifetime' => bool(true) 'get_list' => bool(true)}
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement