M1\Vars\Cache\CacheProvider::getTime PHP Method

getTime() public method

Returns when the cache was made
public getTime ( ) : integer
return integer Cache creation time
    public function getTime()
    {
        return $this->time;
    }