| Package | Description |
|---|---|
| com.vaadin.client.data |
| Modifier and Type | Class and 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 by
AbstractRemoteDataSource,
using multiples of the page size for determining the minimum and maximum
number of items to keep in the cache. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRemoteDataSource.setCacheStrategy(CacheStrategy cacheStrategy)
Sets the cache strategy that is used to determine how much data is
fetched and cached.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.