API Documentação da API
Inscrições abertas para nosso Webinar anual Adianti Framework 2024!
Clique aqui para saber mais
Pacote Dominando o Adianti 7
Curso + Livro + Apps exemplo
Curso completo em Video Aulas (114 aulas).
Livro completo em PDF (463 páginas).
Códigos-fontes de Apps de exemplo.
API
API do Framework
Documentation

Documentation

TAPCache
in package
implements AdiantiRegistryInterface

Adianti APC Record Cache

Tags
version
7.6
author

Pablo Dall'Oglio

copyright

Copyright (c) 2006 Adianti Solutions Ltd. (http://www.adianti.com.br)

license

https://adiantiframework.com.br/license

Table of Contents

Interfaces

AdiantiRegistryInterface
Registry interface

Methods

clear()  : mixed
Clear cache
delValue()  : mixed
Delete a variable from cache
enabled()  : mixed
Returns if the service is active
getValue()  : mixed
Get a variable from cache
setValue()  : mixed
Store a variable in cache

Methods

clear()

Clear cache

public static clear() : mixed

delValue()

Delete a variable from cache

public static delValue(mixed $key) : mixed
Parameters
$key : mixed

Key

enabled()

Returns if the service is active

public static enabled() : mixed

getValue()

Get a variable from cache

public static getValue(mixed $key) : mixed
Parameters
$key : mixed

Key

setValue()

Store a variable in cache

public static setValue(mixed $key, mixed $value) : mixed
Parameters
$key : mixed

Key

$value : mixed

Value


        
On this page

Search results