ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:cachegetall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
reference:cachegetall [2015/08/02 17:46] – created mnewnhamv5:reference:connection:cachegetall [2016/01/17 01:31] (current) – ↷ Page moved from v5:reference:cachegetall to v5:reference:connection:cachegetall mnewnham
Line 1: Line 1:
-====== getAll ======+====== cacheGetAll ======
 ~~NOTOC~~ ~~NOTOC~~
 <WRAP right box> <WRAP right box>
Line 11: Line 11:
  
 ===== Description ===== ===== Description =====
-Cache functions search for the results of an executed query in the query cache. The results of a query have an expiration time specified by either the first parameter, if that parameter is a positive integer, or the value of  +Cache functions search for the results of an executed query in the query cache. The results of a query have an expiration time specified by the first parameter. If an unexpired cache result is not found, the query is cached for the specified period.
-[[reference:cachesecs|cacheSecs]] if not. If an unexpired cache result is not found, the query is cached for the specified period.+
  
-For an explanation of the syntax of the other parameter of ''cacheGetAll()'', see [[reference:getall|getAll()]].+For an explanation of the syntax of the other parameter of ''cacheGetAll()'', see [[v5:reference:connection:getall|getAll()]].
  
 ==== Usage ==== ==== Usage ====
Line 51: Line 50:
                          
 </code> </code>
-         +{{tag>[cache]}}       
v5/reference/connection/cachegetall.1438530373.txt.gz · Last modified: 2017/04/21 11:36 (external edit)