We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab1b4c commit 79d617aCopy full SHA for 79d617a
src/Caching/SqlServer/src/Columns.cs
@@ -18,10 +18,6 @@ public static class Indexes
18
{
19
// The value of the following index positions is dependent on how the SQL queries
20
// are selecting the columns.
21
- public const int CacheItemIdIndex = 0;
22
- public const int ExpiresAtTimeIndex = 1;
23
- public const int SlidingExpirationInSecondsIndex = 2;
24
- public const int AbsoluteExpirationIndex = 3;
25
public const int CacheItemValueIndex = 0;
26
}
27
0 commit comments