Caching is not storing the data.
"Storing" is just saving data.
"Caching" is smart storing — it's temporary, performance-driven, and usually designed to:
Avoid slow operations (e.g., network/database)
Expire/refresh at some point
Be reused automatically