addCacheList

addCacheList($url, $sec = 0, $type = "controller") add controller path into cache list.

Parameters
String $url

add url into cache list

#
Int $sec = 0

Optional

time in seconds

#
String $type = "controller"

Optional

type = controller mean url has controller name only and response to all events basis on this controller. type = ce mean controller-event cache only that event. type = cep mean controller-event-evtp cache only that event with that parameter. type = e event on any application will be cash.

#
Returns
void