NHibernate second-level cache with external updates.

Posted by SztupY on Stack Overflow See other posts from Stack Overflow or by SztupY
Published on 2010-06-06T20:14:52Z Indexed on 2010/06/06 20:22 UTC
Read the original article Hit count: 287

Filed under:
|
|

I've got a web application that is 99% read-only, with a separate service that updates the database at specific intervals (like every 10 minutes). How can this service tell the application to invalidate it's second-level cache? Is it actually important? (I don't actually care if I have too much stale data) If I don't invalidate the cache how much time is needed to the records to get updated (if using SysCache)

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about cache