/Models/NHCacheRecord.cs
C# | 13 lines | 11 code | 1 blank | 1 comment | 0 complexity | 56b09bc1ba3d59065005239b33d52bdb MD5 | raw file
1using System; 2using System.Collections.Generic; 3using System.Linq; 4using System.Web; 5using Orchard.ContentManagement.Records; 6 7namespace Orchard.Contrib.Modules.NHibSecondLevelCache.Models 8{ 9 //bogus record class to force orchard to refresh nh config on activation 10 public class NHCacheRecord : ContentPartRecord 11 { 12 } 13}