Added support for memcached distributed caching
This commit is contained in:
parent
598ccd1766
commit
b417ef09b2
7 changed files with 566 additions and 121 deletions
|
|
@ -195,6 +195,8 @@ sub getOperations {
|
|||
'selectPaymentGateway' => 'WebGUI::Operation::Commerce',
|
||||
'viewPurchaseHistory' => 'WebGUI::Operation::TransactionLog',
|
||||
'cancelRecurringTransaction' => 'WebGUI::Operation::TransactionLog',
|
||||
'manageCache' => 'WebGUI::Operation::Cache',
|
||||
'flushCache' => 'WebGUI::Operation::Cache',
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue