[OGo-Developer] Locating Participants For New CalDAV
Appointments
Adam Tauno Williams
developer@opengroupware.org
Fri, 11 May 2007 10:14:08 -0400
--=-YPrT0AZZrfgUFZXaz0wI
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
On Fri, 2007-05-11 at 09:33 -0400, Adam Tauno Williams wrote:
> > I think thats unlikely. Probably it doesn't cache results or its a =20
> > plain bug.
> Something like that, I've got SxCachePath set but it doesn't seem to be
> caching anything there. I was expecting it to cache the fetches but it
> looks like it is re-rendering everything if I must move back on forth
> between two months.
Found it
----------
static BOOL disableCoreCache =3D YES;
...
disableCoreCache =3D ![[NSUserDefaults standardUserDefaults]
boolForKey:@"SxEnableAptCoreCache"];
if (disableCoreCache)
NSLog(@"appointment cache is disabled");
------
It doesn't cache appointments; or at least appears to be disabled
normally. But I suppose that is OK since setting SxEnableAptCoreCache
to YES doesn't look like it does actually does anything. :)
--=-YPrT0AZZrfgUFZXaz0wI
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQBGRHowLRePpNle04MRAiLnAJ0fYu1P9CD805hO1XcEDSjyPE+NWgCZARzf
SiPU+1xn6XUpqbnIpqKx7gY=
=5yL+
-----END PGP SIGNATURE-----
--=-YPrT0AZZrfgUFZXaz0wI--