|
|
| Name: |
File Cache Memcache Implementation |
| Base name: |
acfilecache |
| Description: |
Store data in cache files compatible with Memcache |
| Related classes: |
memcache, filecache, ram |
| Version: |
1.0 |
| PHP version: |
5.3 |
| License: |
GNU General Public License (GPL) |
| All time users: |
366 users |
| All time rank: |
5304 |
| Week users: |
2 users |
| Week rank: |
1632 |
| |
|
 |
|
Innovation award
 Nominee: 1x |
This class can store data in cache files providing an API compatible with PHP Memcache extension.
It can store and retrieve arbitrary data in cache files. Cached data may be compressed.
The class can also delete or replace cache entries, as well increment or decrement numeric cached values.
 July 2011
Number 2
Prize: One copy of the Zend Studio |
Memcache is a popular program for caching data in RAM.
It can be accessed with a PHP extension that provides a class for accessing MemCache servers. However, that extension is not available in all PHP installations.
This class provides a compatible replacement for the Memcache extension class by providing the same API to cache data, using local files to store the data instead of RAM.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
Filecache |
Class |
Main class |