PartKeepr\ImageBundle\Entity\CachedImage::getCacheFile PHP Method

getCacheFile() public method

Returns the cache file.
public getCacheFile ( ) : string
return string The cache file including path
    public function getCacheFile()
    {
        return $this->cacheFile;
    }