Improvements to payment and other misc items
This commit is contained in:
34
application/config/cache.php
Normal file
34
application/config/cache.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* OSB Caching
|
||||
*
|
||||
* @package OSB
|
||||
* @subpackage System
|
||||
* @category Configuration
|
||||
* @author Deon George
|
||||
* @copyright (c) 2010 Open Source Billing
|
||||
* @license http://dev.osbill.net/license.html
|
||||
*/
|
||||
|
||||
return array(
|
||||
'orm'=>array(
|
||||
'account'=>10,
|
||||
'account_log'=>86400,
|
||||
'account_group'=>60,
|
||||
'country'=>86400,
|
||||
'currency'=>86400,
|
||||
'invoice'=>60,
|
||||
'invoice_item'=>60,
|
||||
'invoice_item_tax'=>60,
|
||||
'service'=>60,
|
||||
'group'=>86400,
|
||||
'language'=>86400,
|
||||
'payment'=>60,
|
||||
'payment_item'=>60,
|
||||
'module'=>86400,
|
||||
'module_method'=>86400,
|
||||
'setup'=>86400,
|
||||
),
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user