<div dir="ltr"><div><div>Thanks a lot...I will change the code....<br><br></div>Last question &quot;faulted in&quot; means &quot;cache everything&quot; or &quot;dont cache&quot;<br><br><br></div>Best Regards,<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 5, 2014 at 1:51 PM, Cyrus Daboo <span dir="ltr">&lt;<a href="mailto:cdaboo@apple.com" target="_blank">cdaboo@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gaurav,<span class=""><br>
<br>
--On December 5, 2014 at 1:35:04 PM -0800 Gaurav Jain &lt;<a href="mailto:monkeyfdude@gmail.com" target="_blank">monkeyfdude@gmail.com</a>&gt; wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Since I am in development mode and probably will not be dealing with large<br>
scale in near future.....is there a way I can simply ignore cache or cache<br>
everything?<br>
<br>
cache everything will be better as I am not dealing with scale for right<br>
now.<br>
</blockquote>
<br></span>
There is no configuration option for that. If you want to change the code, look for the module twistedcaldav/directory/<u></u>directory.py and locate the method getGroups() in the class GroupMembershipCacheUpdater. Change the &quot;if guids is None:&quot; statement to &quot;if True:&quot;. That should force all groups to be faulted in.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Cyrus Daboo<br>
<br>
</font></span></blockquote></div><br></div>