apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: Cache_Lite_File

Source Location: /Cache_Lite-1.8.3/Cache/Lite/File.php

Class Overview

Cache_Lite
   |
   --Cache_Lite_File



Methods


Inherited Variables

Inherited Methods

Class: Cache_Lite

Cache_Lite::Cache_Lite()
PHP4 constructor for backwards compatibility with older code
Cache_Lite::__construct()
Constructor
Cache_Lite::clean()
Clean the cache
Cache_Lite::extendLife()
Extend the life of a valid cache file
Cache_Lite::get()
Test if a cache is available and (if yes) return it
Cache_Lite::getMemoryCachingState()
Load the state of the caching memory array from a given cache file cache
Cache_Lite::lastModified()
Return the cache last modification time
Cache_Lite::raiseError()
Trigger a PEAR error
Cache_Lite::remove()
Remove a cache file
Cache_Lite::save()
Save some data in a cache file
Cache_Lite::saveMemoryCachingState()
Save the state of the caching memory array into a cache file cache
Cache_Lite::setLifeTime()
Set a new life time
Cache_Lite::setOption()
Generic way to set a Cache_Lite option
Cache_Lite::setToDebug()
Set to debug mode

Class Details

[line 19]


[ Top ]


Method Detail

__construct (Constructor)   [line 55]

Cache_Lite_File __construct( [array $options = array(NULL)])

Constructor

$options is an assoc. To have a look at availables options, see the constructor of the Cache_Lite class in 'Cache_Lite.php'

Comparing to Cache_Lite constructor, there is another option : $options = array( (...) see Cache_Lite constructor 'masterFile' => complete path of the file used for controlling the cache lifetime(string) );

  • Access: public

Overrides Cache_Lite::__construct() (Constructor)

Parameters:

array   $options   —  options

[ Top ]

Cache_Lite_File (Constructor)   [line 74]

Cache_Lite_File Cache_Lite_File( [array $options = array(NULL)])

PHP4 constructor for backwards compatibility with older code

Parameters:

array   $options   —  Options

[ Top ]

get   [line 88]

string get( string $id, [string $group = 'default'], [boolean $doNotTestCacheValidity = false])

Test if a cache is available and (if yes) return it
  • Return: data of the cache (else : false)
  • Access: public

Overrides Cache_Lite::get() (Test if a cache is available and (if yes) return it)

Parameters:

string   $id   —  cache id
string   $group   —  name of the cache group
boolean   $doNotTestCacheValidity   —  if set to true, the cache validity won't be tested

[ Top ]


Documentation generated on Tue, 19 Nov 2019 16:31:06 -0500 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.