Monotone-Parent: defafb3d42bb34384a710aa31d323d75bb693172

Monotone-Revision: 9cbd91b1acc90a99245d977eebc9cfaa5013f540

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-11-16T15:02:14
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-11-16 15:02:14 +00:00
parent e420fd76e9
commit 95c6872a41
4 changed files with 24 additions and 20 deletions
+5 -1
View File
@@ -38,6 +38,9 @@
@interface SOGoCache : NSObject
{
NSMutableDictionary *localCache;
NSMutableDictionary *cache;
NSMutableDictionary *users;
@private
memcached_server_st *servers;
memcached_st *handle;
@@ -45,7 +48,8 @@
+ (NSTimeInterval) cleanupInterval;
+ (SOGoCache *) sharedCache;
+ (void) killCache;
- (void) killCache;
- (void) registerObject: (id) object
withName: (NSString *) name