gino CMS  2.5.0
gino è un CMS scritto in PHP che offre tutti gli strumenti necessari per poter creare un sito web e gestire i contenuti al suo interno in maniera semplice ed efficace, svincolando l'amministratore da conoscenze tecniche di programmazione
plugin_phpfastcache Class Reference

Interfaccia alla libreria phpfastcache. More...

Public Member Functions

 __construct ($options=array())
 Constructor. More...
 
 getIdentityKeyword ()
 Getter della proprietà identity_keyword. More...
 
 setIdentityKeyword ($value)
 Setter della proprietà identity_keyword. More...
 
 get ($identity_keyword=null)
 Try to get from cache. More...
 
 set ($results, $options=array())
 Set to cache. More...
 
 delete ($identity_keyword)
 Delete from cache. More...
 
 clean ()
 Clean all from cache. More...
 
 getInfo ()
 

Static Private Member Functions

static cacheType ()
 Tipologie di cache supportate. More...
 

Private Attributes

 $_obj_cache
 
 $_content
 
 $_identity_keyword =null
 
 $_cache_time
 

Detailed Description

Interfaccia alla libreria phpfastcache.

See also
http://www.phpfastcache.com/
Author
marco guidotti guido.nosp@m.ttim.nosp@m.@gmai.nosp@m.l.co.nosp@m.m
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com

Constructor & Destructor Documentation

__construct (   $options = array())

Constructor.

Parameters
array$optionsarray associativo di opzioni che sovrascrivono i valori delle costanti definite nel file configuration.php
  • cache_time (integer): tempo di durata della cache (default 30')
  • cache_path (string): directory di salvataggio della cache
  • cache_type (string): tipologia di cache (
See also
cacheType())
  • cache_server (array): parametri di connessione necessari per alcune tipolgia di cache
  • cache_fallback (string): tipologia di fallback della cache
Returns
void

Member Function Documentation

static cacheType ( )
staticprivate

Tipologie di cache supportate.

Returns
array
clean ( )

Clean all from cache.

delete (   $identity_keyword)

Delete from cache.

get (   $identity_keyword = null)

Try to get from cache.

Parameters
string$identity_keyword
Returns
mixed
getIdentityKeyword ( )

Getter della proprietà identity_keyword.

Returns
string
getInfo ( )
set (   $results,
  $options = array() 
)

Set to cache.

Parameters
mixed$results
array$options
setIdentityKeyword (   $value)

Setter della proprietà identity_keyword.

Parameters
string$value
Returns
void

Field Documentation

$_cache_time
private
$_content
private
$_identity_keyword =null
private
$_obj_cache
private

The documentation for this class was generated from the following file: