mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user