This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Add IsAvailable to ISession #634
Closed
Description
As part of aspnet/Session#113. We realized there is value in adding a IsAvailable
property to the ISession
interface to indicate whether the session has loaded correctly. This value can depend on factors such as whether the underlying caching data is available and is valid.