Craft Themes (3.x)

DisplayerCacheService extends Service
in package

Table of Contents

DISPLAYER_CACHE_TAG  = 'themes::displayers'
$cache  : CacheInterface
$cacheEnabled  : bool
flush()  : mixed
Flush all displayer cache
getCache()  : string|null
Get a displayer cache
startCaching()  : mixed
Start displayer caching
stopCaching()  : mixed
Stop displayer caching
blockCacheService()  : BlockCacheService
Get the block cache service
blockProviderService()  : BlockProvidersService
Get the block providers service
blocksService()  : BlockService
Get the blocks service
buildKey()  : string
Build a key to cache a displayer
displayService()  : DisplayService
Get the display service
eagerLoadingService()  : EagerLoadingService
Get the eager loading service
fieldDisplayersService()  : FieldDisplayerService
Get the field displayers service
fieldsService()  : FieldsService
Get the fields service
fileDisplayerService()  : FileDisplayerService
Get the file displayers service
getContentBlock()  : BlockInterface
Get the content block
groupsService()  : GroupsService
Get the groups service
layoutService()  : LayoutService
Get the layout service
matrixService()  : MatrixService
Get the matrix service
setCache()  : mixed
Set a displayer cache
shouldCache()  : bool
Should a displayer be cached
themesRegistry()  : ThemesRegistry
Get the themes registry
triggerEvent()  : mixed
Triggers an event
viewModesService()  : ViewModeService
Get the view mode service
viewService()  : ViewService
Get the view service

Constants

Properties

Methods

matrixService()

Get the matrix service

protected matrixService() : MatrixService
Return values
MatrixService

setCache()

Set a displayer cache

protected setCache(DisplayerInterface $displayer, string $data, TagDependency $dep, mixed $cachePrefix) : mixed
Parameters
$displayer : DisplayerInterface
$data : string
$dep : TagDependency
$cachePrefix : mixed
Return values
mixed

triggerEvent()

Triggers an event

protected triggerEvent(string $type, Event $event) : mixed
Parameters
$type : string
$event : Event
Return values
mixed

Search results