PHP Class cache, kirby

Copyright (C) by Hugo Leisink This file is part of the Banshee PHP framework http://www.banshee-php.org/
Datei anzeigen Open project: bastianallgeier/kirby Class Usage Examples

Public Methods

Method Description
clear ( $key )
get ( $key, $expires = null )
name ( $key )
set ( $key, $data )

Method Details

clear() public method

public clear ( $key )

get() public method

public get ( $key, $expires = null )

name() public method

public name ( $key )

set() public method

public set ( $key, $data )