Added support for memcached distributed caching

This commit is contained in:
Len Kranendonk 2005-04-25 05:50:43 +00:00
parent 598ccd1766
commit b417ef09b2
7 changed files with 566 additions and 121 deletions

View file

@ -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',
};
}