andrew4582

Cache Default Expirations

Oct 28th, 2011
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. public static readonly DateTime NoAbsoluteExpiration = DateTime.MaxValue;
  2. public static readonly TimeSpan NoSlidingExpiration = TimeSpan.Zero;
Advertisement
Add Comment
Please, Sign In to add comment