None would be best in this case.

This commit is contained in:
Michael Bayne
2011-04-30 23:21:35 +00:00
parent 531b9a3234
commit fd4be08c78
@@ -62,7 +62,7 @@ public class Query<T extends PersistentRecord>
{
/** Disables the use of the cache for this query. */
public Query<T> noCache () {
return cache(DepotRepository.CacheStrategy.BEST);
return cache(DepotRepository.CacheStrategy.NONE);
}
/** Configures the use of {@link DepotRepository.CacheStrategy#BEST} for this query. */