Stash\Interfaces\ItemInterface::setPool PHP Метод

setPool() публичный Метод

Typically called by Pool directly, and *must* be called before running caching functions.
public setPool ( Stash\Interfaces\PoolInterface $driver )
$driver Stash\Interfaces\PoolInterface
    public function setPool(PoolInterface $driver);