AbstractCacheDriver now working for each CacheDriver
This commit is contained in:
parent
749b167fd9
commit
5a28ad7377
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue