Shared Cache Provider for NHibernate
What's best shared cache provider for NHibernate ? Providers pros & cons are welcome ! ...
What's best shared cache provider for NHibernate ? Providers pros & cons are welcome ! ...
In my project I am using SharedCache as a distributed caching mechanism. There are multiple instances of a service deployed in webfarm which accesses this cached data. The data which is cached is transient and can have updates. I would like to know if there is any way we can synchronize the access to the data between two or more services...
Hi guys, I have an MVC webapp that I'm putting together now. A second app publishes data to a database which my webapp reads from. I am using SharedCache as a cache provider for my NHibernate and I wish to assign "expirations" to my entities (so I can guarentee a level of freshness of the data) - and knowing that some entities are rare...