phpDocumentor Cotonti
[ class tree: Cotonti ] [ index: Cotonti ] [ all elements ]

Class: APC_driver

Source Location: /cache.php

Class APC_driver

Class Overview

Accelerated PHP Cache driver implementation. This should be used as default cacher on APC-enabled hosts.

Located in /cache.php [line 869]

Dynamic_cache_driver
   |
   --Temporary_cache_driver
      |
      --APC_driver
Author(s):
  • trustmaster
Information Tags:

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Temporary_cache_driver

Temporary_cache_driver::dec()
Decrements counter value
Temporary_cache_driver::get_info()
Returns information about memory usage if available.
Temporary_cache_driver::get_ini_size()
Gets a size limit from php.ini
Temporary_cache_driver::inc()
Increments counter value

Inherited From Dynamic_cache_driver

Dynamic_cache_driver::store()
Stores data as object image in cache

[ Top ]
Method Summary
void   clear()  
void   exists()  
void   get()  
void   get_info()  
void   remove()  
void   store()  

[ Top ]
Methods
clear  [line 874]

  void clear( [ $realm = '']  )

Parameters:
   $realm: 

API Tags:
See:  Cache_driver::clear()
Access:  public


[ Top ]
exists  [line 890]

  void exists( $id, [ $realm = COT_DEFAULT_REALM]  )

Parameters:
   $id: 
   $realm: 

API Tags:
See:  Cache_driver::exists()
Access:  public


[ Top ]
get  [line 898]

  void get( $id, [ $realm = COT_DEFAULT_REALM]  )

Parameters:
   $id: 
   $realm: 

API Tags:
See:  Cache_driver::get()
Access:  public


[ Top ]
get_info  [line 906]

  void get_info( )


API Tags:
See:  Temporary_cache_driver::get_info()
Access:  public


Redefinition of:
Temporary_cache_driver::get_info()
Returns information about memory usage if available.

[ Top ]
remove  [line 921]

  void remove( $id, [ $realm = COT_DEFAULT_REALM]  )

Parameters:
   $id: 
   $realm: 

API Tags:
See:  Cache_driver::remove()
Access:  public


[ Top ]
store  [line 929]

  void store( $id, $data, [ $realm = COT_DEFAULT_REALM], [ $ttl = COT_DEFAULT_TTL]  )

Parameters:
   $id: 
   $data: 
   $realm: 
   $ttl: 

API Tags:
See:  Dynamic_cache_driver::store()
Access:  public


Redefinition of:
Dynamic_cache_driver::store()
Stores data as object image in cache

[ Top ]

Documentation generated on Fri, 19 Mar 2010 17:45:20 +0000 by phpDocumentor 1.4.3