ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:cacheflush

This is an old revision of the document!


cacheFlush

Syntax
 void function cacheFlush(
      optional mixed $sql=false,
      optional mixed $bindVariables=false
 )

Description

The function cacheFlush() destroys a cached result set described EXACTLY like the combination of the $sql statement and, if neccessary the array of bind variables, or, if the $sql parameter is empty, ALL cached result sets.

Usage

$db->cacheFlush("SELECT * FROM act");
v5/reference/connection/cacheflush.1452822767.txt.gz · Last modified: 2017/04/21 11:36 (external edit)