ScriptFUSION\Porter\Cache\CacheItem::getKey PHP Method

getKey() public method

public getKey ( )
    public function getKey()
    {
        return $this->key;
    }

Usage Example

Example #1
0
 public function testGetKey()
 {
     self::assertSame('foo', $this->item->getKey());
 }