When a user logs in to application I'm loading all his data from the database to the distributed cache.
This means that unless there is a problem with the cache, I'm never going to select data from database again until the user logs out.
Is this wise? Can appfabric cache provide me the same or better performance as an SQL Server Database?
It would give me thousands of requests per day and also the requests will happen very fast one after the other.