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()
397
397
'Sqlite ' ,
398
398
'Wincache ' ,
399
399
'Xcache ' ,
400
+ 'Zenddisk ' ,
401
+ 'Zendshm ' ,
400
402
];
401
403
}
402
404
Original file line number Diff line number Diff line change 22
22
23
23
/**
24
24
* Class Item
25
- * @package phpFastCache\Drivers\Apc
25
+ * @package phpFastCache\Drivers\Cassandra
26
26
*/
27
27
class Item implements ExtendedCacheItemInterface
28
28
{
Original file line number Diff line number Diff line change 22
22
23
23
/**
24
24
* Class Item
25
- * @package phpFastCache\Drivers\Apc
25
+ * @package phpFastCache\Drivers\Cookie
26
26
*/
27
27
class Item implements ExtendedCacheItemInterface
28
28
{
Original file line number Diff line number Diff line change 22
22
23
23
/**
24
24
* Class Item
25
- * @package phpFastCache\Drivers\Apc
25
+ * @package phpFastCache\Drivers\Couchbase
26
26
*/
27
27
class Item implements ExtendedCacheItemInterface
28
28
{
Original file line number Diff line number Diff line change 22
22
23
23
/**
24
24
* Class Item
25
- * @package phpFastCache\Drivers\Apc
25
+ * @package phpFastCache\Drivers\Couchdb
26
26
*/
27
27
class Item implements ExtendedCacheItemInterface
28
28
{
Original file line number Diff line number Diff line change 22
22
23
23
/**
24
24
* Class Item
25
- * @package phpFastCache\Drivers\Apc
25
+ * @package phpFastCache\Drivers\Files
26
26
*/
27
27
class Item implements ExtendedCacheItemInterface
28
28
{
Original file line number Diff line number Diff line change 22
22
23
23
/**
24
24
* Class Item
25
- * @package phpFastCache\Drivers\Apc
25
+ * @package phpFastCache\Drivers\Memcache
26
26
*/
27
27
class Item implements ExtendedCacheItemInterface
28
28
{
Original file line number Diff line number Diff line change 22
22
23
23
/**
24
24
* Class Item
25
- * @package phpFastCache\Drivers\Apc
25
+ * @package phpFastCache\Drivers\Memcached
26
26
*/
27
27
class Item implements ExtendedCacheItemInterface
28
28
{
Original file line number Diff line number Diff line change 22
22
23
23
/**
24
24
* Class Item
25
- * @package phpFastCache\Drivers\Apc
25
+ * @package phpFastCache\Drivers\Mongodb
26
26
*/
27
27
class Item implements ExtendedCacheItemInterface
28
28
{
Original file line number Diff line number Diff line change 22
22
23
23
/**
24
24
* Class Item
25
- * @package phpFastCache\Drivers\Apc
25
+ * @package phpFastCache\Drivers\Predis
26
26
*/
27
27
class Item implements ExtendedCacheItemInterface
28
28
{
You can’t perform that action at this time.
0 commit comments