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
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6

View file

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