Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit
https://github.com/akelos/akelos/issues
Akelos PHP Framework Forum
Discussions
Categories
Akelos Programming
: expirePage in action caching...
Bottom of Page
1 to 1 of 1
CommentAuthor
delia
hi,
i can't make the expireCache method to work.... i dont know if this code is ok (i have followed the instructions written in AkCacheHandler...).
In my controller:
class FrontpageController extends ApplicationController
{
var $caches_action = array('index');
function index()
{
..............
}
}
In the administration zone, when i want to regenerate the cache, i call:
$this->expirePage(array("module"=>"","controller"=>"frontpage","action"=>"index"));
am i missing anything?
1 to 1 of 1
Back to Discussions
Top of Page