Find the tables in database being used for asp.net caching? -


I suspect that any other asp.net project would have used database caching somewhere in the past. Apart from this, I suspect that a specific database would also have been created for caching requirements. To reuse my goal that is already there: I need to find the string of connections from that database and give my asp.net application cache in the same database. Anyway, can I find table related to SQL Server object caching?

ASP.NET cache does not contain memory in the database by default This is the only user session for the database Can be configured to use any reason for the database implementation of caching (introduces overhead performance in the database)?

Here's something that an output cache provider is writing in the network.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -