3
3P
I want to cache readonly data at application start and have it in cache
till application stops/restarts.
I can use static fields, Cache object or Application object.
Which is best? I've read that Application is for compatibility with ASP
and shouldn't be used for caching.
till application stops/restarts.
I can use static fields, Cache object or Application object.
Which is best? I've read that Application is for compatibility with ASP
and shouldn't be used for caching.