ApacheCacher.CacheForVisitors


static function CacheForVisitors

Prototype:

static function CacheForVisitors(var content, seconds=3600, string content_type="", string headers="", var m=null)

Parameters

content
(var) // TO DO
seconds
has a default value of 3600
content_type
(string) has a default value of ""
headers
(string) has a default value of ""
m
(var) has a default value of null

Description:

TODO: Document this

Return value:

// TO DO