Extension [ extension #119 yac version 2.3.1 ] { - Dependencies { Dependency [ msgpack (Required) ] Dependency [ igbinary (Required) ] Dependency [ json (Required) ] } - INI { Entry [ yac.enable ] Current = '1' } Entry [ yac.debug ] Current = '0' } Entry [ yac.keys_memory_size ] Current = '4M' } Entry [ yac.values_memory_size ] Current = '64M' } Entry [ yac.compress_threshold ] Current = '-1' } Entry [ yac.enable_cli ] Current = '0' } Entry [ yac.serializer ] Current = 'php' } } - Constants [9] { Constant [ string YAC_VERSION ] { 2.3.1 } Constant [ int YAC_MAX_KEY_LEN ] { 48 } Constant [ int YAC_MAX_VALUE_RAW_LEN ] { 67108863 } Constant [ int YAC_MAX_RAW_COMPRESSED_LEN ] { 1048576 } Constant [ int YAC_SERIALIZER_PHP ] { 0 } Constant [ int YAC_SERIALIZER_MSGPACK ] { 2 } Constant [ int YAC_SERIALIZER_IGBINARY ] { 3 } Constant [ int YAC_SERIALIZER_JSON ] { 1 } Constant [ int YAC_SERIALIZER ] { 0 } } - Classes [1] { Class [ final class Yac ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $prefix = "" ] } } Method [ public method add ] { - Parameters [3] { Parameter #0 [ array|string $key ] Parameter #1 [ mixed $value ] Parameter #2 [ int $ttl = 0 ] } - Return [ ?bool ] } Method [ public method set ] { - Parameters [3] { Parameter #0 [ array|string $key ] Parameter #1 [ mixed $value ] Parameter #2 [ int $ttl = 0 ] } - Return [ ?bool ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ array|string $key ] Parameter #1 [ mixed &$cas = NULL ] } - Return [ ?bool ] } Method [ public method delete ] { - Parameters [2] { Parameter #0 [ array|string $key ] Parameter #1 [ int $delay = 0 ] } - Return [ ?bool ] } Method [ public method flush ] { - Parameters [0] { } - Return [ bool ] } Method [ public method info ] { - Parameters [0] { } - Return [ array ] } Method [ public method dump ] { - Parameters [1] { Parameter #0 [ int $limit = 0 ] } - Return [ ?array ] } } } } }