File tree Expand file tree Collapse file tree 11 files changed +12
-10
lines changed Expand file tree Collapse file tree 11 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -397,6 +397,8 @@ public static function getStaticSystemDrivers()
397397 'Sqlite ' ,
398398 'Wincache ' ,
399399 'Xcache ' ,
400+ 'Zenddisk ' ,
401+ 'Zendshm ' ,
400402 ];
401403 }
402404
Original file line number Diff line number Diff line change 2222
2323/**
2424 * Class Item
25- * @package phpFastCache\Drivers\Apc
25+ * @package phpFastCache\Drivers\Cassandra
2626 */
2727class Item implements ExtendedCacheItemInterface
2828{
Original file line number Diff line number Diff line change 2222
2323/**
2424 * Class Item
25- * @package phpFastCache\Drivers\Apc
25+ * @package phpFastCache\Drivers\Cookie
2626 */
2727class Item implements ExtendedCacheItemInterface
2828{
Original file line number Diff line number Diff line change 2222
2323/**
2424 * Class Item
25- * @package phpFastCache\Drivers\Apc
25+ * @package phpFastCache\Drivers\Couchbase
2626 */
2727class Item implements ExtendedCacheItemInterface
2828{
Original file line number Diff line number Diff line change 2222
2323/**
2424 * Class Item
25- * @package phpFastCache\Drivers\Apc
25+ * @package phpFastCache\Drivers\Couchdb
2626 */
2727class Item implements ExtendedCacheItemInterface
2828{
Original file line number Diff line number Diff line change 2222
2323/**
2424 * Class Item
25- * @package phpFastCache\Drivers\Apc
25+ * @package phpFastCache\Drivers\Files
2626 */
2727class Item implements ExtendedCacheItemInterface
2828{
Original file line number Diff line number Diff line change 2222
2323/**
2424 * Class Item
25- * @package phpFastCache\Drivers\Apc
25+ * @package phpFastCache\Drivers\Memcache
2626 */
2727class Item implements ExtendedCacheItemInterface
2828{
Original file line number Diff line number Diff line change 2222
2323/**
2424 * Class Item
25- * @package phpFastCache\Drivers\Apc
25+ * @package phpFastCache\Drivers\Memcached
2626 */
2727class Item implements ExtendedCacheItemInterface
2828{
Original file line number Diff line number Diff line change 2222
2323/**
2424 * Class Item
25- * @package phpFastCache\Drivers\Apc
25+ * @package phpFastCache\Drivers\Mongodb
2626 */
2727class Item implements ExtendedCacheItemInterface
2828{
Original file line number Diff line number Diff line change 2222
2323/**
2424 * Class Item
25- * @package phpFastCache\Drivers\Apc
25+ * @package phpFastCache\Drivers\Predis
2626 */
2727class Item implements ExtendedCacheItemInterface
2828{
You can’t perform that action at this time.
0 commit comments