mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 23:25:27 +00:00
Monotone-Parent: 77ad8a694cd0c4e8f61d9c0ba6162d0d8340c0e7
Monotone-Revision: d102adf292e54c9c4f3572b83e38879d24b721d0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-18T15:14:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -154,6 +154,12 @@ static memcached_st *handle = NULL;
|
||||
requestsCacheEnabled = NO;
|
||||
}
|
||||
|
||||
- (void) disableLocalCache
|
||||
{
|
||||
[localCache release];
|
||||
localCache = nil;
|
||||
}
|
||||
|
||||
- (void) killCache
|
||||
{
|
||||
[cache removeAllObjects];
|
||||
|
||||
Reference in New Issue
Block a user