Overview

Namespaces

  • GLFramework
    • Cache
    • Controller
    • DaMa
      • Manipulators
    • Database
    • HTTP
    • Mail
    • Middleware
    • Model
    • Module
    • Tests
    • Upload
    • Utils
  • None

Classes

  • Cache
  • MemcachedCache
  • MemoryCache
  • Overview
  • Namespace
  • Class

Class Cache

Direct known subclasses

GLFramework\Cache\MemcachedCache, GLFramework\Cache\MemoryCache
Abstract
Namespace: GLFramework\Cache
Located at Cache/Cache.php
Methods summary
abstract public
# connect( $config = array() )
abstract public
# set( $key, $value, $duration = null )
abstract public
# get( $key )
abstract public
# hash( $key )
abstract public
# remove( $key )
API documentation generated by ApiGen