What I need to know when setting up caching using NHibernate, in case I have two applications running on different servers, but only one database. Are there enough dependencies in the table to make sure that strange caching problems do not occur? If so, which poll should I look at?
source
share