| Package | Description |
|---|---|
| org.attribyte.wp.db |
| Constructor and Description |
|---|
DB(org.attribyte.sql.ConnectionSupplier connectionSupplier,
long siteId,
java.util.Set<java.lang.String> cachedTaxonomies,
java.time.Duration taxonomyCacheTimeout,
com.google.common.cache.Cache<java.lang.Long,User> userCache,
com.google.common.cache.Cache<java.lang.String,User> usernameCache,
Metrics metrics)
Creates a database.
|