-
Notifications
You must be signed in to change notification settings - Fork 684
Closed
Description
Hi,
For perfromance needs NHibernate now supports to exclude desired entities from second level cache features. nhibernate/nhibernate-core#2744
Could you add support Cache.Never() for FluentNHibernate mapping.
public class EntUserPolicyDefMap : ClassMap<EntUserPolicyDef>
{
public EntUserPolicyDefMap()
{
Cache.Never();
}
}
Does Cache.CustomUsage("never") is a option to set cache strategy.
hazzik and gokhanabatay
Metadata
Metadata
Assignees
Labels
No labels