Uses of Interface
com.vaadin.client.data.CacheStrategy
-
Packages that use CacheStrategy Package Description com.vaadin.client.data -
-
Uses of CacheStrategy in com.vaadin.client.data
Classes in com.vaadin.client.data that implement CacheStrategy Modifier and Type Class Description static class
CacheStrategy.AbstractBasicSymmetricalCacheStrategy
A helper class for creating a simple symmetric cache strategy that uses the same logic for both rows before and after the currently cached range.static class
CacheStrategy.DefaultCacheStrategy
The default cache strategy used byAbstractRemoteDataSource
, using multiples of the page size for determining the minimum and maximum number of items to keep in the cache.Methods in com.vaadin.client.data with parameters of type CacheStrategy Modifier and Type Method Description void
AbstractRemoteDataSource. setCacheStrategy(CacheStrategy cacheStrategy)
Sets the cache strategy that is used to determine how much data is fetched and cached.
-