cache Support forum 256 The Buffer class was created with the desire to be able to capture all The Buffer class was created with the desire to be able to capture all print statements for easy buffering. Essentially this class is just a wrapper for the ob PHP functions. I have added the ability ...
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 ...
Squid Cache Object Support forum squidcacheobject Parse a binary Squid cache file This class can be used to parse cache files stored by the Squid HTTP caching and proxy program. It can read and parse a given Squid cache to retrieve several details to be available through class variables, such as ...
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 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 ...
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 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 ...
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 ...
SAMA_getFeeder Support forum get_rss_feeder Parse and cache XML documents This class can be used to parse and cache RSS feeds or other types of XML documents. It can retrieve and parse an XML document from a given file or remote URL. The parsed document is returned as SimpleXML object. The class ...