5 lines
106 B
PHP
Raw Normal View History

2012-11-26 13:22:30 +13:00
<?php
// Set the cache lifetime to 5 mins.
SS_Cache::set_cache_lifetime('VersionFeed_Controller', 5*60);