ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:cachegetassoc

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
reference:cachegetassoc [2015/08/02 17:32] mnewnhamv5:reference:connection:cachegetassoc [2016/01/17 01:36] (current) – ↷ Page moved from v5:reference:cachegetassoc to v5:reference:connection:cachegetassoc mnewnham
Line 13: Line 13:
  
 ===== 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 ''cacheGetAssoc()'', see [[reference:getassoc|getAssoc()]].+For an explanation of the syntax of the other parameter of ''cacheGetAssoc()'', see [[v5:reference:connection:getassoc|getAssoc()]].
 --------------------------------- ---------------------------------
 ===== Usage ===== ===== Usage =====
Line 38: Line 37:
                      
 </code> </code>
 +{{tag>[cache]}}
        
        
v5/reference/connection/cachegetassoc.1438529553.txt.gz · Last modified: 2017/04/21 11:36 (external edit)