Output Cache Functions

Note:

These functions are deprecated

output_cache_disable()

output_cache_fetch()

string output_cache_fetch(string key, string function, int lifetime)

output_cache_output()

string output_cache_output(string key, string function, int lifetime)

output_cache_remove_key

bool output_cache_remove_key(string key)

output_cache_put

bool output_cache_put(string key, mixed data)

output_cache_get

mixed output_cache_get(string key, int lifetime)

output_cache_exists

bool output_cache_exists(string key, int lifetime)

output_cache_stop

 

 

Related Links

Related Links:
Content Caching

Partial and Preemptive Page Caching

Dynamic Content Caching