From d4a6dad651233ef5fc69a2b2fa6562e9a2fc554e Mon Sep 17 00:00:00 2001 From: pkupczyk <pkupczyk> Date: Thu, 20 Aug 2015 11:01:50 +0000 Subject: [PATCH] SSDM-2294 : V3 AS API - paging and sorting of search results - set default cache mode SVN: 34499 --- .../generic/shared/api/v3/dto/fetchoptions/FetchOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_api/source/java/ch/ethz/sis/openbis/generic/shared/api/v3/dto/fetchoptions/FetchOptions.java b/openbis_api/source/java/ch/ethz/sis/openbis/generic/shared/api/v3/dto/fetchoptions/FetchOptions.java index 0d4835d1250..fcc1910836e 100644 --- a/openbis_api/source/java/ch/ethz/sis/openbis/generic/shared/api/v3/dto/fetchoptions/FetchOptions.java +++ b/openbis_api/source/java/ch/ethz/sis/openbis/generic/shared/api/v3/dto/fetchoptions/FetchOptions.java @@ -15,7 +15,7 @@ public abstract class FetchOptions<OBJECT> implements Serializable private Integer from; - private CacheMode cacheMode; + private CacheMode cacheMode = CacheMode.NO_CACHE; @SuppressWarnings("hiding") public FetchOptions<OBJECT> count(Integer count) -- GitLab