Uses of Package
io.ebean.cache
| Package | Description |
|---|---|
| io.ebean | |
| io.ebean.cache |
Server Cache Service
|
| io.ebean.config |
Configuration settings for Database construction
|
-
Classes in io.ebean.cache used by io.ebean Class Description ServerCacheManager The cache service for server side caching of beans and query results. -
Classes in io.ebean.cache used by io.ebean.cache Class 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.ServerCacheRegion Cache region can be enabled independently.ServerCacheStatistics The statistics collected per cache.ServerCacheType The type of L2 caches. -
Classes in io.ebean.cache used by io.ebean.config Class Description ServerCachePlugin The plugin interface that creates a ServerCacheFactory.