Now I'm on 28.2.0 and it works back to normal
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!
-
@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
-
@Fox said in How to make use of stored cache by "get cached item"?:
@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
What is the use of that? I am trying to understand how the intent behind this action
-
@dav800 said in How to make use of stored cache by "get cached item"?:
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
What is the use of that? I am trying to understand how the intent behind this action
This does not happen intentionally, that is, there is no function that deletes cache sites. The cache and all other data are stored in the profile, if you do not use the "Create or switch to regular profile" action, the thread will use a temporary profile, which will be deleted after the thread ends, along with all the collected data.