CacheDataCollector implements CacheDataCollectorInterface
FinalYes
Table of Contents
Interfaces
Methods
- addCacheTags() : void
- enqueueCacheEntry() : void
- getCacheEntries() : array<string|int, CacheEntry>
- getCacheTags() : array<string|int, CacheTag>
- removeCacheTags() : void
- resolveLifetime() : int
- restrictMaximumLifetime() : void
Methods
addCacheTags()
    public
                    addCacheTags(CacheTag ...$cacheTags) : void
    Parameters
- $cacheTags : CacheTag
enqueueCacheEntry()
    public
                    enqueueCacheEntry(CacheEntry $deferredCacheItem) : void
    Parameters
- $deferredCacheItem : CacheEntry
getCacheEntries()
    public
                    getCacheEntries() : array<string|int, CacheEntry>
    Return values
array<string|int, CacheEntry>getCacheTags()
    public
                    getCacheTags() : array<string|int, CacheTag>
    Return values
array<string|int, CacheTag>removeCacheTags()
    public
                    removeCacheTags(CacheTag ...$cacheTags) : void
    Parameters
- $cacheTags : CacheTag
resolveLifetime()
    public
                    resolveLifetime() : int
    Return values
intrestrictMaximumLifetime()
    public
                    restrictMaximumLifetime(int $lifetime) : void
    Parameters
- $lifetime : int