An instance of this cache can be retrieved from the client {@link DataCacheService}, like so:
DataCacheService svc = Application.getCacheService(); DatabaseDriverServerCache cache = svc.getDataCache(DatabaseDriverServerCache.class); ...@author Torgil Zethson @since 1.2
|
|