📜  什么是缓存机制 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:58.341000             🧑  作者: Mango

代码示例1
What is the caching mechanism?
Caching is just the practice of storing data in
temporarily and retrieving data from a
high-performance store (usually memory) 
either explicitly or implicitly. @CacheLookup
is used with @FindBy annotation and keeps 
that web element in memory and makes it ready
to use everytime. You can use that approach 
if you use any web elemnent frequently.