Memcache
    
            
            in package
            
        
    
    
    
Table of Contents
Properties
- $memcache : mixed
 
Methods
- __construct() : mixed
 - get() : mixed
 - set() : mixed
 
Properties
$memcache
    public
    static    mixed
    $memcache
    
    
    
    
Methods
__construct()
    public
                    __construct() : mixed
    get()
    public
                    get(mixed $key) : mixed
    Parameters
- $key : mixed
 
set()
    public
                    set(mixed $key, mixed $value[, mixed $timeout = 3600 ]) : mixed
    Parameters
- $key : mixed
 - $value : mixed
 - $timeout : mixed = 3600