See ChangeLog

Monotone-Parent: 83c63e63da91d2b44db08849dc570ff2029ed74a
Monotone-Revision: 5cd36f9e514c2019e708362661b3ede2e8598fb8

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-03-24T15:22:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-03-24 15:22:59 +00:00
parent c9c3226988
commit 8dfaa80f36
6 changed files with 27 additions and 25 deletions
+1 -5
View File
@@ -1,6 +1,6 @@
/* SOGoCache.h - this file is part of SOGo
*
* Copyright (C) 2008-2009 Inverse inc.
* Copyright (C) 2008-2010 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Ludovic Marcotte <lmarcotte@inverse.ca>
@@ -42,11 +42,7 @@
NSMutableDictionary *cache;
NSMutableDictionary *users;
float cleanupInterval;
int memcachedServerPort;
NSString *memcachedServerName;
// @private
// memcached_server_st *servers;
// memcached_st *handle;
}
+ (SOGoCache *) sharedCache;