ApacheCacher.CacheForLang


static function CacheForLang

Prototype:

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

Parameters

lang
(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