PackageDependentCacheIdentifier
Represents a cache identifier to be used for caches that depend on the list of packages bundled with TYPO3.
Table of Contents
Methods
- __construct() : mixed
- toString() : string
- withAdditionalHashedIdentifier() : self
- withPrefix() : self
Methods
__construct()
public
__construct(PackageManager $packageManager) : mixed
Parameters
- $packageManager : PackageManager
toString()
public
toString() : string
Return values
stringwithAdditionalHashedIdentifier()
public
withAdditionalHashedIdentifier(string $additionalIdentifier) : self
Parameters
- $additionalIdentifier : string
Return values
selfwithPrefix()
public
withPrefix(string $prefix) : self
Parameters
- $prefix : string