getStorageId() public method

Get an id that identifies the current storage. Eg Plugin_$pluginName_Settings could be a storage id for plugin settings. It's kind of like a cache key and the value will be actually used for this by a cache decorator.
public getStorageId ( ) : string
return string
Example #1
0
 public function getStorageId()
 {
     return $this->backend->getStorageId();
 }