AbstractCacheDriver now working for each CacheDriver

This commit is contained in:
Philipp Holzer 2018-07-05 21:54:20 +02:00
parent 34cea93a8b
commit 749b167fd9
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
6 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ use Friendica\Core\Cache;
*
* @package Friendica\Core\Cache
*/
class ArrayCache extends AbstractCacheDriver
class ArrayCache extends AbstractCacheDriver implements IMemoryCacheDriver
{
use TraitCompareDelete;