Elgg  Version 5.1
Static Public Member Functions | List of all members
Elgg\Cache\EventHandlers Class Reference

Contains the cache event handlers. More...

Static Public Member Functions

static disable ()
 Disables the caches in the system. More...
 
static enable ()
 Enables the caches in the system. More...
 
static purge ()
 Purge the caches in the system. More...
 
static invalidate ()
 Invalidates the caches in the system. More...
 
static clear ()
 Invalidates the caches in the system. More...
 

Detailed Description

Contains the cache event handlers.

Since
4.0

Definition at line 10 of file EventHandlers.php.

Member Function Documentation

static Elgg\Cache\EventHandlers::clear ( )
static

Invalidates the caches in the system.

Returns
void

Definition at line 75 of file EventHandlers.php.

static Elgg\Cache\EventHandlers::disable ( )
static

Disables the caches in the system.

Returns
void

Definition at line 17 of file EventHandlers.php.

static Elgg\Cache\EventHandlers::enable ( )
static

Enables the caches in the system.

Returns
void

Definition at line 32 of file EventHandlers.php.

static Elgg\Cache\EventHandlers::invalidate ( )
static

Invalidates the caches in the system.

Returns
void

Definition at line 61 of file EventHandlers.php.

static Elgg\Cache\EventHandlers::purge ( )
static

Purge the caches in the system.

Returns
void

Definition at line 46 of file EventHandlers.php.


The documentation for this class was generated from the following file: