ultimix
core_cache.php File Reference

Go to the source code of this file.

Data Structures

class  core_cache

Functions

 _drop_core_cache ()

Variables

global $CoreCache = new core_cache()

Function Documentation

_drop_core_cache ( )

Function drops core's cache.

Author
Dodonov A.A.

Definition at line 381 of file core_cache.php.

{
global $CoreCache;
$CoreCache->drop_cache();
}

Variable Documentation

$CoreCache = new core_cache()

Definition at line 368 of file core_cache.php.