| Package | Description |
|---|---|
| org.apache.commons.jcs.auxiliary.disk.jdbc | |
| org.apache.commons.jcs.auxiliary.disk.jdbc.mysql |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <K,V> JDBCDiskCache<K,V> |
JDBCDiskCacheManagerAbstractTemplate.createJDBCDiskCache(JDBCDiskCacheAttributes cattr,
TableState tableState)
Children must implement this method.
|
protected <K,V> JDBCDiskCache<K,V> |
JDBCDiskCacheManager.createJDBCDiskCache(JDBCDiskCacheAttributes cattr,
TableState tableState)
Creates a JDBCDiskCache using the supplied attributes.
|
<K,V> JDBCDiskCache<K,V> |
JDBCDiskCacheManagerAbstractTemplate.getCache(JDBCDiskCacheAttributes cattr)
Creates a JDBCDiskCache for the region if one doesn't exist, else it returns the pre-created
instance.
|
<K,V> JDBCDiskCache<K,V> |
JDBCDiskCacheManager.getCache(String cacheName)
Gets the cache attribute of the HSQLCacheManager object
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShrinkerThread.addDiskCacheToShrinkList(JDBCDiskCache<?,?> diskCache)
Adds a JDBC disk cache to the set of disk cache to shrink.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLDiskCache<K,V>
The MySQLDiskCache extends the core JDBCDiskCache.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.