PHP Class Xpressengine\Tests\Translation\TransCacheMock

Inheritance: extends Xpressengine\Translation\TransCache
Show file Open project: xpressengine/xpressengine

Public Methods

Method Description
flush ( )
get ( $namespace, $item, $locale )
set ( $namespace, $item, $locale, $value )
setCacheKey ( $transCacheKey )

Private Methods

Method Description
load ( )

Method Details

flush() public method

public flush ( )

get() public method

public get ( $namespace, $item, $locale )

set() public method

public set ( $namespace, $item, $locale, $value )

setCacheKey() public method

public setCacheKey ( $transCacheKey )