How to make use of stored cache by "get cached item"?
-
I enter current page url and this page will be cached to variable right?
Then how do I load this cache?
When thread resets all cache is removed, how to prevent it? Or how to load such cache before working with pages?
Like I visit page >>> it gets cached >>>>> I reset thread >>>>>>> its not cached at all, but I desire to do so.
How to do it? Thanks a lot!