Interface ResourceCache
- All Known Implementing Classes:
FileResourceCache
public interface ResourceCache
Interface for caching resource data.
Prevents excessive API calls and enables offline work.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
-
Method Details
-
get
-
put
-
clear
void clear()Clears the cache. -
global
-