fix(encryptedUrl): fix cache key data and expect uncrypted name for freebusy

This commit is contained in:
Hivert Quentin
2025-12-22 17:28:49 +01:00
parent eb77a8e048
commit 95efe73e69
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ static memcached_st *handle = NULL;
NSData *keyData, *valueData;
memcached_return error;
// [self logWithFormat: @"setValue: '%@' forKey: '%@'", value, key];
//[self logWithFormat: @"setValue: '%@' forKey: '%@'", value, key];
if (handle)
{
keyData = [key dataUsingEncoding: NSUTF8StringEncoding];