Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.disk.jdbc | |
org.apache.commons.jcs.auxiliary.disk.jdbc.hsql | |
org.apache.commons.jcs.auxiliary.disk.jdbc.mysql |
Modifier and Type | Method and Description |
---|---|
protected JDBCDiskCacheAttributes |
JDBCDiskCache.getJdbcDiskCacheAttributes() |
Modifier and Type | Method and Description |
---|---|
static JDBCDiskCachePoolAccess |
JDBCDiskCachePoolAccessManager.createPoolAccess(JDBCDiskCacheAttributes cattr)
Creates a JDBCDiskCachePoolAccess object from the JDBCDiskCacheAttributes.
|
protected void |
JDBCDiskCacheFactory.createShrinkerWhenNeeded(JDBCDiskCacheAttributes cattr,
JDBCDiskCache<?,?> raf)
If UseDiskShrinker is true then we will create a shrinker daemon if necessary.
|
protected JDBCDiskCachePoolAccess |
JDBCDiskCache.initializePoolAccess(JDBCDiskCacheAttributes cattr,
ICompositeCacheManager compositeCacheManager)
Registers the driver and creates a poolAccess class.
|
protected void |
JDBCDiskCache.setJdbcDiskCacheAttributes(JDBCDiskCacheAttributes jdbcDiskCacheAttributes) |
Constructor and Description |
---|
JDBCDiskCache(JDBCDiskCacheAttributes cattr,
TableState tableState,
ICompositeCacheManager compositeCacheManager)
Constructs a JDBC Disk Cache for the provided cache attributes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HSQLDiskCacheFactory.setupDatabase(JDBCDiskCacheAttributes attributes)
Creates the database if it doesn't exist, registers the driver class, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLDiskCacheAttributes
This has additional attributes that are particular to the MySQL disk cache.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.