Interfaccia alla libreria phpfastcache.  
 More...
      
        
          | __construct  | 
          ( | 
            | 
          $options = array() | ) | 
           | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | array | $options | array 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 
 
 
 
Tipologie di cache supportate. 
- Returns
 - array 
 
 
 
      
        
          | delete  | 
          ( | 
            | 
          $identity_keyword | ) | 
           | 
        
      
 
 
      
        
          | get  | 
          ( | 
            | 
          $identity_keyword = null | ) | 
           | 
        
      
 
Try to get from cache. 
- Parameters
 - 
  
  
 
- Returns
 - mixed 
 
 
 
Getter della proprietà identity_keyword. 
- Returns
 - string 
 
 
 
      
        
          | set  | 
          ( | 
            | 
          $results,  | 
        
        
           | 
           | 
            | 
          $options = array()  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Set to cache. 
- Parameters
 - 
  
    | mixed | $results |  | 
    | array | $options |  | 
  
   
 
 
      
        
          | setIdentityKeyword  | 
          ( | 
            | 
          $value | ) | 
           | 
        
      
 
Setter della proprietà identity_keyword. 
- Parameters
 - 
  
  
 
- Returns
 - void 
 
 
 
The documentation for this class was generated from the following file: