On Sep 4, 11:41 am, Paulo Quicoli <[email protected]> wrote:
> thanks! i got how to integrate it in NH
>
> but what about how to configure bamboo? how to set path for cache file?
>
> thanks again!
>

I don't know if you are still interested in it, but here is the part
of config file to configure the path of cache files. It can be
absolute or relative.

<add key="prevalenceBase" value=".\CachedData" />

I looked in the the code PrevalenceCacheProvider.cs and found out that
it appends region name as subfolder of the base path (provided above)
so you can keep all your cache files in one location separated by the
folders (taken from region names).

For providing region name, see details of ActiveRecord attribute.

Vijay
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to