smf_cache

Our Cache API class
extends cache_api
Methods Summary
public
# __construct( )
{@inheritDoc}

Overrides

public
# isSupported( $test = false )
{@inheritDoc}

Overrides

public
# getData( $key , $ttl = NULL )
{@inheritDoc}

Overrides

public
# putData( $key , $value , $ttl = NULL )
{@inheritDoc}

Overrides

public
# cleanCache( $type = '' )
{@inheritDoc}

Overrides

public
public
# cacheSettings( array & $config_vars )
{@inheritDoc}

Overrides

public
# setCachedir( string $dir = NULL )
Sets the $cachedir or uses the SMF default $cachedir. .

access


public
# getCachedir( )
Gets the current $cachedir.

access


public
# getVersion( )
{@inheritDoc}

Overrides

Methods inherited from cache_api
__construct(), isSupported(), connect(), setPrefix(), getPrefix(), setDefaultTTL(), getDefaultTTL(), getData(), putData(), cleanCache(), invalidateCache(), quit(), cacheSettings(), getCompatibleVersion(), getMiniumnVersion(), getVersion(), housekeeping()
Properties inherited from cache_api
$version_compatible, $min_smf_version, $prefix, $ttl