AbstractCacheDriver now working for each CacheDriver

This commit is contained in:
Philipp Holzer
2018-07-05 22:01:33 +02:00
parent 749b167fd9
commit 5a28ad7377

View File

@@ -20,4 +20,4 @@ abstract class AbstractCacheDriver extends BaseObject
protected function getCacheKey($key) {
return self::getApp()->get_hostname() . ":" . $key;
}
}
}