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
1 changed files with 1 additions and 1 deletions

View File

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