Package overit.geocall.ui
Interface Cachable
- All Known Implementing Classes:
BrowserCache
public interface Cachable
Interface implemented by the object that can uses a cache
-
Method Summary
-
Method Details
-
useCache
boolean useCache()Checks if the object uses the cache or not- Returns:
trueif the object uses a cache,falseotherwise
-