ObjectCache Support forum 350 Object manipulation routine. Object manipulation routine. Library file Usage example Site Meter
... objects in different types of chache Stores objects in operative memory, dba, dbm, shared memory. Please make the following directory structure: ObjectCache.php (file) +--ObjectCache (dir) ____ObjectCache_shmop.php ____ObjectCache_memory.php ____..... Usage example Factory class dbm cache Operative ...
This package can be used to wrap string and integer values in objects. It provides functions that create objects to store references to either strings or integer values. It can also cache references to value objects with the same values to avoid creating needless object copies. Java and C# compatible ...
This class can be used to store variable values in cache files. It can open a given cache file to retrieve values of variables if the file exists. The class can set an arbitrary number of variable values which are saved to the cache file as a serialized array when the object is destructed. Crutch Cache ...
This class can set and get values stored in cache files. The class can check if a given cache file exists and has not expired. If so, it retrieves the file data and unserializes variable values into an auxiliary class object. The auxiliary object can be used to store and retrieve any cached variable ...
Smart File Cache Support forum smart-file-cache Store and retrieve variable values in cache files This class can be used to store and retrieve variable values in cache files. It can serialize the value of a given variable and store it in a cache file. The class can also retrieve the original variable ...
This class can store and retrieve cache data from flat file databases. It takes a given object and stores its serialized information as a string of data in flat file database using the DBA extension. The class can also retrieve and unserialize the previously stored object from the cache database file ...
PHP data caching class Support forum objectcache Cache arbitrary data in files This class can be used to cache arbitrary data in files. It can check if a given cache file exists and is not expired. If so, it returns the cached data. If the cache file is not valid, the class can store the data for ...
Cacheme Support forum cacheme Cache data in different types of container This package provides a common interface to store and retrieve cached data from different types of container. There is one factory class that takes an URL of a cache container and additional options and it creates and initializes ...
URI Cache Support forum uri_cache Cache pages based files based on the request URI This class can be used to cache whole pages on files with names based on the request URI. It takes the current request URI and uses MD5 to compute the name of a file that should store the cached version of the current ...