Skip to content

Instantly share code, notes, and snippets.

Created April 20, 2015 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/583a78d1f07c2fa1c101 to your computer and use it in GitHub Desktop.
Save anonymous/583a78d1f07c2fa1c101 to your computer and use it in GitHub Desktop.
public class ADALCacheEntry
{
[Key]
public Guid CompanyId { get; set; }
public byte[] cacheBits { get; set; }
public DateTime LastWrite { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment