@@ -119,17 +119,17 @@ public partial class MemoryCacheEntryOptions
119
119
public MemoryCacheEntryOptions ( ) { }
120
120
public System . DateTimeOffset ? AbsoluteExpiration { get { throw null ; } set { } }
121
121
public System . TimeSpan ? AbsoluteExpirationRelativeToNow { get { throw null ; } set { } }
122
- public System . Collections . Generic . IList < Microsoft . Extensions . Primitives . IChangeToken > ExpirationTokens { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
123
- public System . Collections . Generic . IList < Microsoft . Extensions . Caching . Memory . PostEvictionCallbackRegistration > PostEvictionCallbacks { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
124
- public Microsoft . Extensions . Caching . Memory . CacheItemPriority Priority { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
122
+ public System . Collections . Generic . IList < Microsoft . Extensions . Primitives . IChangeToken > ExpirationTokens { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
123
+ public System . Collections . Generic . IList < Microsoft . Extensions . Caching . Memory . PostEvictionCallbackRegistration > PostEvictionCallbacks { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
124
+ public Microsoft . Extensions . Caching . Memory . CacheItemPriority Priority { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
125
125
public long ? Size { get { throw null ; } set { } }
126
126
public System . TimeSpan ? SlidingExpiration { get { throw null ; } set { } }
127
127
}
128
128
public partial class PostEvictionCallbackRegistration
129
129
{
130
130
public PostEvictionCallbackRegistration ( ) { }
131
- public Microsoft . Extensions . Caching . Memory . PostEvictionDelegate EvictionCallback { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
132
- public object State { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
131
+ public Microsoft . Extensions . Caching . Memory . PostEvictionDelegate EvictionCallback { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
132
+ public object State { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
133
133
}
134
134
public delegate void PostEvictionDelegate ( object key , object value , Microsoft . Extensions . Caching . Memory . EvictionReason reason , object state ) ;
135
135
}
0 commit comments