Documentation

Core_Cache_Observer
in package

Cache observers

Tags
subpackage

Core\Cache

version
7.x
author

Hostmake LLC

copyright

© 2005-2024 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru

Table of Contents

Methods

onAfterGet()  : mixed
onAfterGet callback method
onAfterSet()  : mixed
onAfterSet callback method
onBeforeGet()  : mixed
onBeforeGet callback method
onBeforeSet()  : mixed
onBeforeSet callback method

Methods

onAfterGet()

onAfterGet callback method

public static onAfterGet(Core_Cache $object, array<string|int, mixed> $args) : mixed
Parameters
$object : Core_Cache
$args : array<string|int, mixed>

array of arguments

onAfterSet()

onAfterSet callback method

public static onAfterSet(Core_Cache $object, array<string|int, mixed> $args) : mixed
Parameters
$object : Core_Cache
$args : array<string|int, mixed>

array of arguments

onBeforeGet()

onBeforeGet callback method

public static onBeforeGet(Core_Cache $object, array<string|int, mixed> $args) : mixed
Parameters
$object : Core_Cache
$args : array<string|int, mixed>

array of arguments

onBeforeSet()

onBeforeSet callback method

public static onBeforeSet(Core_Cache $object, array<string|int, mixed> $args) : mixed
Parameters
$object : Core_Cache
$args : array<string|int, mixed>

array of arguments


        
On this page

Search results