What is the difference between Application("some-object")and Cache("some-object")in ASP.NET?
Application("some-object")
Cache("some-object")
According to MS, the application store is only kept for backward compatibility with classic ASP applications, so use Cache because it is more intelligent and thread safe.
An application is an application in the broadest sense, without a timeout (except when restarting the pool). Cache is a temporary repository for shared cache storage.
This and It can help clarify differences and customs.
Here is another one.
, , cenario, , , , , ( ), - volatilemeans, , . relaibrel, , , .