Adding possibility to use a different cache-backend for locking and caching
- Renaming *LockDriver to *Lock since it isn't a "driver" anymore
This commit is contained in:
@@ -152,4 +152,9 @@ class ProfilerCache implements ICache, IMemoryCache
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
return (string)$this->cache . ' (with profiler)';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user