File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Cnblogs.Architecture.Ddd.Cqrs.Abstractions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,22 @@ public interface ICachableRequest
88 /// <summary>
99 /// Configuration for local cache provider.
1010 /// </summary>
11- CacheBehavior LocalCacheBehavior { get ; set ; }
11+ CacheBehavior LocalCacheBehavior { get ; }
1212
1313 /// <summary>
1414 /// Configuration for remote cache provider.
1515 /// </summary>
16- CacheBehavior RemoteCacheBehavior { get ; set ; }
16+ CacheBehavior RemoteCacheBehavior { get ; }
1717
1818 /// <summary>
1919 /// The expire time for local cache.
2020 /// </summary>
21- TimeSpan ? LocalExpires { get ; set ; }
21+ TimeSpan ? LocalExpires { get ; }
2222
2323 /// <summary>
2424 /// The expire time for remote cache.
2525 /// </summary>
26- TimeSpan ? RemoteExpires { get ; set ; }
26+ TimeSpan ? RemoteExpires { get ; }
2727
2828 /// <summary>
2929 /// Generate key for cache group, return <c>null</c> for no group.
You can’t perform that action at this time.
0 commit comments