mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Corrected the fake record in Orchard.Azure.
This commit is contained in:
parent
f6d01c8d23
commit
8020447191
@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Orchard.Environment.Extensions;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
@ -7,8 +8,9 @@ namespace Orchard.Azure.Services.Caching.Database.Models {
|
||||
|
||||
/// <summary>
|
||||
/// Fake record in order to force the mappings to be updated
|
||||
/// once the modules is enabled/disabled.
|
||||
/// whenever the feature is enabled/disabled.
|
||||
/// </summary>
|
||||
[OrchardFeature(Constants.DatabaseCacheFeatureName)]
|
||||
public class AzureCacheRecord {
|
||||
public virtual int Id {
|
||||
get;
|
||||
|
Loading…
Reference in New Issue
Block a user