Elgg
Version 6.1
|
Go to the source code of this file.
Functions | |
elgg_get_system_cache () | |
Returns an object suitable for caching system information. More... | |
elgg_reset_system_cache () | |
Reset the system cache by deleting the caches. More... | |
elgg_is_system_cache_enabled () | |
Is system cache enabled. More... | |
elgg_enable_system_cache () | |
Enables the system disk cache. More... | |
elgg_disable_system_cache () | |
Disables the system disk cache. More... | |
elgg_is_simplecache_enabled () | |
Is simple cache enabled. More... | |
elgg_enable_simplecache () | |
Enables the simple cache. More... | |
elgg_disable_simplecache () | |
Disables the simple cache. More... | |
elgg_plugin_exists (string $plugin_id) | |
Returns if a plugin exists in the system. More... | |
Variables | |
const | ELGG_CACHE_BLACK_HOLE = 1 |
Bundle all functions which have been deprecated in Elgg 6.1. More... | |
const | ELGG_CACHE_RUNTIME = 2 |
const | ELGG_CACHE_FILESYSTEM = 4 |
const | ELGG_CACHE_PERSISTENT = 8 |
const | ELGG_CACHE_LOCALFILESYSTEM = 32 |
elgg_disable_simplecache | ( | ) |
Disables the simple cache.
Definition at line 119 of file deprecated-6.1.php.
elgg_disable_system_cache | ( | ) |
Disables the system disk cache.
Uses the 'system_cache_enabled' config with a boolean value. Resets the system cache.
Definition at line 78 of file deprecated-6.1.php.
elgg_enable_simplecache | ( | ) |
elgg_enable_system_cache | ( | ) |
Enables the system disk cache.
Uses the 'system_cache_enabled' config with a boolean value. Resets the system cache.
Definition at line 63 of file deprecated-6.1.php.
elgg_get_system_cache | ( | ) |
Returns an object suitable for caching system information.
Definition at line 23 of file deprecated-6.1.php.
elgg_is_simplecache_enabled | ( | ) |
elgg_is_system_cache_enabled | ( | ) |
elgg_plugin_exists | ( | string | $plugin_id | ) |
Returns if a plugin exists in the system.
string | $plugin_id | The plugin ID. |
Definition at line 138 of file deprecated-6.1.php.
elgg_reset_system_cache | ( | ) |
Reset the system cache by deleting the caches.
Definition at line 35 of file deprecated-6.1.php.
const ELGG_CACHE_BLACK_HOLE = 1 |
Bundle all functions which have been deprecated in Elgg 6.1.
Definition at line 7 of file deprecated-6.1.php.
const ELGG_CACHE_FILESYSTEM = 4 |
Definition at line 11 of file deprecated-6.1.php.
const ELGG_CACHE_LOCALFILESYSTEM = 32 |
Definition at line 15 of file deprecated-6.1.php.
const ELGG_CACHE_PERSISTENT = 8 |
Definition at line 13 of file deprecated-6.1.php.
const ELGG_CACHE_RUNTIME = 2 |
Definition at line 9 of file deprecated-6.1.php.