Hi superheros, So I have some temporary bookings in a cache (identified by a guid) to use the expiring property of it. (I was using the application httpcontext collection before because of laziness) Now, i want that before payments, to check the available stock in the database but also in the temporary bookings in the cache. Right now im using a cached list of these temporary objects also in the same cache to do the job. Is there proper way to resolve this? Thanks in advance.
3 Answer(s)
-
0
Hi,
In your case maybe it is better to use MemoryCache. We didn't implement getting all cache items because not all cache systems support it.
-
0
Hi,Hope all would be all right. Just want to know is there any way to get the visual interface of a database?
-
0
Hi,
We don't have it. You can download a template, create database using migrations and see it yourself.
Thanks.