PHP Class Neos\Fusion\Tests\Unit\Core\Cache\ContentCacheTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/neos-development-collection

Public Methods

Method Description
createCacheSegmentAndProcessCacheSegmentsDoesWorkWithCacheSegmentTokensInContent ( )
createCacheSegmentWithInvalidEntryIdentifierValueThrowsException ( $entryIdentifierValues )
createCacheSegmentWithLifetimeStoresLifetimeAfterTagsInMetadata ( )
createCacheSegmentWithValidEntryIdentifierValueCreatesIdentifier ( $entryIdentifierValues )
createUncachedSegmentAndProcessCacheSegmentsDoesWorkWithCacheSegmentTokensInContent ( )
flushByTagSanitizesTagsForCacheFrontend ( $tag, $sanitizedTag )
getCachedSegmentWithExistingCacheEntryReplacesNestedCachedSegments ( )
invalidEntryIdentifierValues ( ) : array
processCacheSegmentsSetsLifetimeFromMetadata ( )
tags ( ) : array
validEntryIdentifierValues ( ) : array

Method Details

createCacheSegmentAndProcessCacheSegmentsDoesWorkWithCacheSegmentTokensInContent() public method

createCacheSegmentWithInvalidEntryIdentifierValueThrowsException() public method

createCacheSegmentWithLifetimeStoresLifetimeAfterTagsInMetadata() public method

createCacheSegmentWithValidEntryIdentifierValueCreatesIdentifier() public method

createUncachedSegmentAndProcessCacheSegmentsDoesWorkWithCacheSegmentTokensInContent() public method

flushByTagSanitizesTagsForCacheFrontend() public method

public flushByTagSanitizesTagsForCacheFrontend ( $tag, $sanitizedTag )

getCachedSegmentWithExistingCacheEntryReplacesNestedCachedSegments() public method

invalidEntryIdentifierValues() public method

processCacheSegmentsSetsLifetimeFromMetadata() public method

tags() public method

public tags ( ) : array
return array

validEntryIdentifierValues() public method

public validEntryIdentifierValues ( ) : array
return array