ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:cacheselectlimit

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
Last revisionBoth sides next revision
reference:cacheselectlimit [2015/11/24 20:19] mnewnhamv5:reference:cacheselectlimit [2016/01/17 01:25] – ↷ Links adapted because of a move operation mnewnham
Line 17: Line 17:
 ===== 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 either the first parameter, if that parameter is a positive integer, or the value of 
-[[reference:cachesecs|cacheSecs]] if not. If an unexpired cache result is not found, the query is cached for the specified period.+''$db->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 ''cacheSelectLimit()'', see [[reference:selectlimit|selectLimit()]].+For an explanation of the syntax of the other parameter of ''cacheSelectLimit()'', see [[v5:reference:connection:selectlimit|selectLimit()]].
  
 ==== Usage ==== ==== Usage ====
v5/reference/connection/cacheselectlimit.txt · Last modified: 2016/01/17 01:26 by mnewnham