Base solution for your next web application
Open Closed

Get all objects in a cache #2673


User avatar
0
etshei created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    warrenchum created

    Hi,Hope all would be all right. Just want to know is there any way to get the visual interface of a database?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    We don't have it. You can download a template, create database using migrations and see it yourself.

    Thanks.