e107 Developer Guide
  • Welcome
  • Getting Started
    • Hello world example
    • Folder structure
    • Database structure
    • Debugging & problem solving
  • Classes and methods
    • Introduction
    • Alerts
    • Cache
    • CSS
    • Database
    • Date
    • Events
    • Forms
    • Javascript
    • Language
    • Logging
    • Meta
    • Parser
    • Plugins
    • Preferences
    • Redirection
    • Render
    • Route
    • URLs
    • User Data
  • Plugin development
    • Introduction
    • Plugin Builder
    • Admin-UI (User Interface)
    • Installation & configuration
    • Plugin shortcodes
    • Internationalisation (LAN)
    • Extending core functionality (addons)
    • Upgrading legacy plugins
  • Theme development
    • Introduction
    • Installation & configuration
    • Layout & templates
    • Theme Shortcodes
    • Styling (CSS)
    • Upgrading legacy themes
  • Templates, shortcodes & constants
    • Introduction
    • Templates
    • Shortcodes
    • Core Shortcodes
    • Constants
  • How-to's / FAQs
    • How to...
Powered by GitBook
On this page
  • Introduction
  • Cache methods
  • retrieve()
  • retrieve_sys()
  • set()
  • clear()
  • clear_sys()
  • Cache types

Was this helpful?

Export as PDF
  1. Classes and methods

Cache

Please note: This page is under construction and has not been finished yet.

Introduction

$cache = e107::getCache();

Cache methods

retrieve()

retrieve_sys()

set()

clear()

clear_sys()

Cache types

Work in progress

Type
content?

online_menu_totals

wmessage

news

'newsarchive'

_caption,_title,_diz,_rows

"nq_othernews"

news_php_extend_'.$id.'_'

'nq_news_latest_menu_'.md5(serialize($parm).USERCLASS_LIST.e_LANGUAGE);

'nq_news_categories_menu_'.md5(serialize($parm).USERCLASS_LIST.e_LANGUAGE);

'nq_news_months_menu_'.md5(serialize($parm).USERCLASS_LIST.e_LANGUAGE);

'news.php_default_'

'news.php_'.e_QUERY

comment.php?{$table}.{$id}

nq_chatbox

nomd5_linkwords

nomd5_user_ranks

'menus_'.USERCLASS_LIST.'_'.md5(e_LANGUAGE.$menu_layout_field)

PreviousAlertsNextCSS

Last updated 3 years ago

Was this helpful?