Interface RapidViewCacheManager
- All Known Implementing Classes:
RapidViewCacheManagerImpl
public interface RapidViewCacheManager
Manages the rapid view cache.
WARNING: This service should not be used directly.
Please stick to the RapidViewManager
instead of trying to bypass it.
-
Method Summary
-
Method Details
-
get
Returns an option of rapid view that might be in the cache.- Parameters:
rapidViewId
-- Returns:
-
remove
Removes a rapid view from the cache.- Parameters:
rapidViewId
-
-
removeAll
void removeAll()Purges the cache.
-