Renamed __toString() to getName()
This commit is contained in:
@@ -54,4 +54,11 @@ interface ICache
|
||||
* @return bool
|
||||
*/
|
||||
public function clear($outdated = true);
|
||||
|
||||
/**
|
||||
* Returns the name of the current cache
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user