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!
-
UP.
-
@yourfriendkarol said in 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!
Page elements are cached, not the page. You can only get an item from the cache, respectively. You can't manually load anything into the cache