Pheasant\Cache\ArrayCache::add PHP 메소드

add() 공개 메소드

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