PHP Class Pheasant\Cache\ArrayCache

Inheritance: implements Pheasant\Cache
Show file Open project: lox/pheasant

Public Methods

Method Description
add ( $object )
clear ( )
get ( $hash )
has ( $hash )

Method Details

add() public method

public add ( $object )

clear() public method

public clear ( )

get() public method

public get ( $hash )

has() public method

public has ( $hash )