PHP Class SlightPHP\CacheObject

Show file Open project: hetao29/slightphp

Public Methods

Method Description
del ( $key )
get ( $key )
init ( $params = [] )
set ( $key, $value, $timestamp )

Method Details

del() abstract public method

abstract public del ( $key )

get() abstract public method

abstract public get ( $key )

init() abstract public method

abstract public init ( $params = [] )

set() abstract public method

abstract public set ( $key, $value, $timestamp )