Lançado Adianti Framework 7.6!
Clique aqui para saber mais
menu

Adianti Solutions

API

Adianti, Framework, PHP, MVC, Active record, Front controller, IDE, RAD, Web, multiplataforma, geração de código, desenvolvimento rápido, relatórios, formulários, listagens, datagrids, gráficos, banco de dados, padrões de projeto, design patterns API do Adianti Framework.
API Docs
code
Selecione a classe

Class TAPCache

Description

Implements interfaces:

Adianti APC Record Cache

Located in /registry/TAPCache.php (line 15)


	
			
Method Summary
static clear ()
static delValue ($key)
static enabled ()
static getValue ($key)
static setValue ($key, $value)
Methods
static clear (line 56)

Clear cache

  • access: public
static clear ()

Implementation of:
AdiantiRegistryInterface::clear()
static delValue (line 48)

Delete a variable from cache

  • access: public
static delValue ($key)
  • $key: Key

Implementation of:
AdiantiRegistryInterface::delValue()
static enabled (line 20)

Returns if the service is active

  • access: public
static enabled ()

Implementation of:
AdiantiRegistryInterface::enabled()
static getValue (line 39)

Get a variable from cache

  • access: public
static getValue ($key)
  • $key: Key

Implementation of:
AdiantiRegistryInterface::getValue()
static setValue (line 30)

Store a variable in cache

  • access: public
static setValue ($key, $value)
  • $key: Key
  • $value: Value

Implementation of:
AdiantiRegistryInterface::setValue()