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
reference:cacheselectlimit [2015/11/24 20:19] mnewnhamv5:reference:connection:cacheselectlimit [2016/01/17 01:26] (current) – ↷ Page moved from v5:reference:cacheselectlimit to v5:reference:connection:cacheselectlimit 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.1448392782.txt.gz · Last modified: 2017/04/21 11:36 (external edit)