scavix / wdf-globalcache
Global cache components
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/scavix/wdf-globalcache
Requires
- scavix/wdf-core: ^1.0.2
This package is auto-updated.
Last update: 2025-10-17 09:12:20 UTC
README
This is a package for the Scavix Software Web Development Framework. It plugs into the core system and provides a global cache, that may be used across user sessions. It is useful to store global data like resource-paths and buffered user-independents.
Installation
Install the package with composer require scavix/wdf-globalcache
.
Configuration
$GLOBALS['CONFIG']['globalcache'] =
[
'CACHE' => 'globalcache_CACHE_FILES|globalcache_CACHE_DB',
'key_prefix => 'optional_prefix_to_separate_system_parts'
];