mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
Ensure consistent use of cache key when using CacheHandler
This commit is contained in:
parent
115ffa937e
commit
b2238992da
1 changed files with 1 additions and 1 deletions
2
classes/cache/CacheHandler.class.php
vendored
2
classes/cache/CacheHandler.class.php
vendored
|
|
@ -64,7 +64,7 @@ class CacheHandler extends Handler
|
||||||
*/
|
*/
|
||||||
public function getCacheKey($key)
|
public function getCacheKey($key)
|
||||||
{
|
{
|
||||||
return Rhymix\Framework\Cache::getRealKey($key);
|
return $key;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue