Pheasant\Cache\ArrayCache::add PHP Method

add() public method

public add ( $object )
    public function add($object)
    {
        $this->_cache[(string) $object->identity()] = $object;
    }