[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/phpbb/cache/driver/ -> memory.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 281 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 10 functions

  __construct()
  load()
  save()
  tidy()
  get()
  put()
  destroy()
  _exists()
  sql_save()
  _isset()

Functions
Functions that are not part of a class:

__construct()   X-Ref
Set cache path


load()   X-Ref
{@inheritDoc}


save()   X-Ref
{@inheritDoc}


tidy()   X-Ref
{@inheritDoc}


get($var_name)   X-Ref
{@inheritDoc}


put($var_name, $var, $ttl = 2592000)   X-Ref
{@inheritDoc}


destroy($var_name, $table = '')   X-Ref
{@inheritDoc}


_exists($var_name)   X-Ref
{@inheritDoc}


sql_save(\phpbb\db\driver\driver_interface $db, $query, $query_result, $ttl)   X-Ref
{@inheritDoc}


_isset($var)   X-Ref
Check if a cache var exists

param: string $var Cache key
return: bool True if it exists, otherwise false



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1