DatabaseLocation
data stored locally on the client. An instance of this cache can be retrieved from the client {@link DataCacheService}, like so:
DataCacheService svc = Application.getCacheService(); DatabaseLocationCache cache = svc.getDataCache(DatabaseLocationCache.class); ...@see DatabaseLocation @author Torgil Zethson @since 1.3.0
|
|