| Package | Description |
|---|---|
| io.ebean | |
| io.ebean.cache |
Server Cache Service
|
| io.ebean.config |
Configuration settings for EbeanServer construction
|
| Class and Description |
|---|
| ServerCacheManager
The cache service for server side caching of beans and query results.
|
| Class and Description |
|---|
| QueryCacheEntry
For query cache entries we additionally hold the dependent tables and timestamp for the query result.
|
| QueryCacheEntryValidate
Used to validate that a query cache entry is still valid based on dependent tables.
|
| ServerCache
Represents part of the "L2" server side cache.
|
| ServerCacheConfig
Configuration used to create ServerCache instances.
|
| ServerCacheFactory
Defines method for constructing caches for beans and queries.
|
| ServerCacheNotification
Notification event that dependent tables have been modified.
|
| ServerCacheNotify
Interface for both listening to notification changes and sending them to other members of the cluster.
|
| ServerCacheOptions
Options for controlling a cache.
|
| ServerCacheStatistics
The statistics collected per cache.
|
| ServerCacheType
The type of L2 caches.
|
| Class and Description |
|---|
| ServerCachePlugin
The plugin interface that creates a ServerCacheFactory.
|
Copyright © 2019. All rights reserved.