\ADODB_Cache_File

Summary

Methods
Properties
Constants
ADODB_Cache_File()
writecache()
readcache()
flushall()
flushcache()
getdirname()
createdir()
_dirFlush()
$createdir
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$createdir

$createdir : 

Type

Methods

ADODB_Cache_File()

ADODB_Cache_File() 

writecache()

writecache(  $filename,   $contents,   $debug,   $secs2cache) 

Parameters

$filename
$contents
$debug
$secs2cache

readcache()

readcache(  $filename,   $err,   $secs2cache,   $rsClass) 

Parameters

$filename
$err
$secs2cache
$rsClass

flushall()

flushall(  $debug = false) 

Parameters

$debug

flushcache()

flushcache(  $f,   $debug = false) 

Parameters

$f
$debug

getdirname()

getdirname(  $hash) 

Parameters

$hash

createdir()

createdir(  $hash,   $debug) 

Parameters

$hash
$debug

_dirFlush()

_dirFlush(  $dir,   $kill_top_level = false) 

Private function to erase all of the files and subdirectories in a directory.

Just specify the directory, and tell it if you want to delete the directory or just clear it out. Note: $kill_top_level is used internally in the function to flush subdirectories.

Parameters

$dir
$kill_top_level