Fluent NHibernate caching with automapping

Posted by md1337 on Stack Overflow See other posts from Stack Overflow or by md1337
Published on 2010-04-01T01:51:05Z Indexed on 2010/04/01 1:53 UTC
Read the original article Hit count: 498

Filed under:
|

I'm trying to understand how to configure Fluent NHibernate to enable 2nd-level caching for queries, entities, etc... There is very little information online on how to do that. I see it can be achieved by manually mapping the entities but I don't want that. I want to be able to cache all entities and not address the classes individually. How can I do that?

Thanks.

© Stack Overflow or respective owner

Related posts about fluent

Related posts about nhibernate