mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: cca78e92405cd0f44d20538ad0b0e699160785fd
Monotone-Revision: 482fb2f36da6ff311c3c19eb3752da985fdae5cd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-07T18:58:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -209,6 +209,19 @@ static memcached_st *handle = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
- (void) unregisterObjectWithName: (NSString *) name
|
||||
inContainer: (SOGoObject *) container
|
||||
{
|
||||
NSString *fullPath;
|
||||
|
||||
if (name)
|
||||
{
|
||||
fullPath = [self _pathFromObject: container
|
||||
withName: name];
|
||||
[cache removeObjectForKey: fullPath];
|
||||
}
|
||||
}
|
||||
|
||||
- (id) objectNamed: (NSString *) name
|
||||
inContainer: (SOGoObject *) container
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user