PHPDaemon\Cache\Item::__construct PHP Method

__construct() public method

Constructor
public __construct ( $value )
    public function __construct($value)
    {
        $this->listeners = new StackCallbacks();
        $this->value = $value;
    }