ApacheCacher.CacheForUser


static function CacheForUser

Prototype:

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

Parameters

sessionid
(string) // TO DO
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