文件名称:drupal-doctrine-cache:使用Drupal缓存API的教义缓存
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-11 18:29:05
PHP
Drupal学说缓存 该存储库提供了将使用Drupal 6/7缓存API进行存储的Doctrine缓存。 使用起来相当简单,只需使用新的缓存实例配置EntityManager即可。 $cache = new \Capgemini\Cache\DrupalDoctrineCache(); $entityManagerConfiguration->setMetaDataCacheImpl($cache); $entityManagerConfiguration->setQueryCacheImpl($cache); $entityManagerConfiguration->setResultCacheImpl($cache); 默认情况下,缓存将使用“缓存”表。 您可以更改此:- $cache->setCacheTable('my_cache_table'); 显然,您需要确保该表存
【文件预览】:
drupal-doctrine-cache-master
----src()
--------DrupalDoctrineCache.php(3KB)
--------DrupalCacheAdapter.php(5KB)
----phpunit.xml.dist(453B)
----LICENSE(11KB)
----README.md(677B)
----tests()
--------DrupalDoctrineCacheTest.php(2KB)
--------DrupalCacheAdapter.php(6KB)
--------DrupalDoctrineCacheStub.php(288B)
----.gitignore(318B)
----composer.json(817B)