Interface Phpfox_Cache_Interface

Description

Template for cache storage classes.

  • author: Raymond Benc
  • version: $Id: interface.class.php 1687 2010-07-22 03:13:27Z Raymond_Benc $
  • copyright: [PHPFOX_COPYRIGHT]

Located in /include/library/phpfox/cache/interface.class.php (line 16)


	
			
Method Summary
 array getCachedFiles ([array $aConds = array()], string $sSort, int $iPage, string $sLimit)
 string set (string $sName, [string $sGroup = ''])
Methods
getCachedFiles (line 36)

Gets all the cache files and returns information about the cache file to stats.

  • return: First array is how many cache files there are and the 2nd array holds all the cache files.
  • access: public
array getCachedFiles ([array $aConds = array()], string $sSort, int $iPage, string $sLimit)
  • array $aConds: SQL conditions (not used anymore)
  • string $sSort: Sorting the cache files
  • int $iPage: Current page we are on
  • string $sLimit: Limit of how many files to display
set (line 25)

Sets the name of the cache.

  • return: Returns the unique ID of the file name
  • access: public
string set (string $sName, [string $sGroup = ''])
  • string $sName: Unique fill name of the cache.
  • string $sGroup: Optional param to identify what group the cache file belongs to

Documentation generated on Tue, 28 Sep 2010 10:36:40 +0200 by phpDocumentor 1.4.0a2