mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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)
|
||||
{
|
||||
return Rhymix\Framework\Cache::getRealKey($key);
|
||||
return $key;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue