-- John
I just realized the reason why you're having this trouble: the mechanism currently in place for adjudicating between cache and data is a priority system in which X will be loaded from cache and not from data if both cache and data contain a file named X. But if not, then you'll load everything from data and cache. I'm guessing that your example is one in which you have A, B and C in data and X, Y, Z in cache and are loading A, B, C, X, Y and Z now when you'd like to only be loading X, Y and Z.
I don't see any reason not to allow the configuration you're proposing. Unless someone objects, I'll add it to the next release.
Best,
-- John
On Nov 21, 2011, at 6:20 AM, lizardking1976 wrote:
I've just uploaded a draft of ProjectTemplate 0.4-1 to GitHub that includes a cache_loading setting that should allow you to achieve what you were hoping to do. If you can, please try it out and let me know if things work. You'll need to edit your config/global.dcf file to contain the two lines:
data_loading: off
cache_loading: on
Best,
-- John
On Nov 21, 2011, at 6:20 AM, lizardking1976 wrote:
--
You received this message because you are subscribed to the Google Groups "ProjectTemplate" group.
To unsubscribe from this group and stop receiving emails from it, send an email to projecttempla...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.