-
Notifications
You must be signed in to change notification settings - Fork 1
SYSTEM CACHE cache
Ulf Gebhardt edited this page Nov 21, 2024
·
3 revisions
- Class name:cache
- Namespace:SYSTEM\CACHEMethods
###getmixed SYSTEM\CACHE\cache::get($cache, $ident, $header)
-
Visibility: public* This method is static.#### Arguments*$cache mixed*$ident mixed*$header mixed ###putmixed SYSTEM\CACHE\cache::put($cache, $ident, $type, $data, $fail_on_exist)
-
Visibility: public* This method is static.#### Arguments*$cache mixed*$ident mixed*$type mixed*$data mixed*$fail_on_exist mixed ###delmixed SYSTEM\CACHE\cache::del($cache, $ident)
-
Visibility: public* This method is static.#### Arguments*$cache mixed*$ident mixed