Open Journal Systems
3.3.0
|
Go to the source code of this file.
Data Structures | |
class | CacheManager |
Variables | |
const | CACHE_TYPE_FILE 1 |
const | CACHE_TYPE_OBJECT 2 |
Provides cache management functions.
Copyright (c) 2014-2020 Simon Fraser University Copyright (c) 2000-2020 John Willinsky Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
Definition in file CacheManager.inc.php.
const CACHE_TYPE_FILE 1 |
Definition at line 19 of file CacheManager.inc.php.
Referenced by Installer\clearDataCache(), CacheManager\getCacheImplementation(), and Core\isUserAgentBot().
const CACHE_TYPE_OBJECT 2 |
Definition at line 20 of file CacheManager.inc.php.
Referenced by Installer\clearDataCache(), CacheManager\getCacheImplementation(), and CacheManager\getObjectCache().