/Models/NHCacheRecord.cs

# · C# · 13 lines · 11 code · 1 blank · 1 comment · 0 complexity · 56b09bc1ba3d59065005239b33d52bdb MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Web;
  5. using Orchard.ContentManagement.Records;
  6. namespace Orchard.Contrib.Modules.NHibSecondLevelCache.Models
  7. {
  8. //bogus record class to force orchard to refresh nh config on activation
  9. public class NHCacheRecord : ContentPartRecord
  10. {
  11. }
  12. }