|
Cache |
Top Previous Next |
Cache represents a cache store. You can use default implementations for tables and treetables by creating a DefaultTableCache and DefaultTreeTableCache respectively.
The cache implementations have some common behaviour: you can define how the data is retrieved from the uncached model, by specifying the maximum cache size and the number of values to retrieve when fetching (chunk size).