恐怕我有一个初学者的PHP问题。我正在使用Symfony的Cache组件。https://symfony.com/doc/current/components/cache.html 我在一个函数内部调用缓存对象,该函数接收两个参数($url,$params)。{ $cache = new FilesystemAdapter();
ret
在Symfony中我需要一个非常简单的键值缓存。类似这样的东西,没有任何Doctrine或HTTP缓存。$cacheKey = 'blabla'; // do some heavy work...$cache->set($cacheKey, $heavyWorkResult);$result = $cache->get(
谁能告诉我哪里是我的错吗?:传递给FatalThrowableError的参数1必须实现未给定的接口FatalThrowableError,在...app\cache\dev\appDevDebugProjectContainer.phpuse AppBundle\Data\Interfaces\ICacheProvider; use Symfony('beryllium_cac