| Package | Description |
|---|---|
| io.ebean.cache |
Server Cache Service
|
| io.ebean.config |
Configuration settings for EbeanServer construction
|
| Modifier and Type | Method and Description |
|---|---|
CurrentTenantProvider |
ServerCacheConfig.getTenantProvider()
Return the current tenant provider.
|
| Constructor and Description |
|---|
ServerCacheConfig(ServerCacheType type,
String cacheKey,
ServerCacheOptions cacheOptions,
CurrentTenantProvider tenantProvider,
QueryCacheEntryValidate queryCacheEntryValidate) |
TenantAwareKey(CurrentTenantProvider tenantProvider)
Construct with a tenant provider than can be null.
|
| Modifier and Type | Method and Description |
|---|---|
CurrentTenantProvider |
ServerConfig.getCurrentTenantProvider()
Return the current tenant provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setCurrentTenantProvider(CurrentTenantProvider currentTenantProvider)
Set the current tenant provider.
|
Copyright © 2019. All rights reserved.