|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.ehcache.EhcacheConnector
@Singleton final class EhcacheConnector extends Object
| Field Summary | |
|---|---|
private static String |
CLASSPATH_PREFIX
|
private static String |
DEFAULT
|
private def |
bootstrap
|
| Constructor Summary | |
EhcacheConnector()
|
|
| Method Summary | |
|---|---|
net.sf.ehcache.CacheManager
|
connect(GriffonApplication app, ConfigObject config, String cacheManagerName = DEFAULT)
|
ConfigObject
|
createConfig(GriffonApplication app)
|
void
|
disconnect(GriffonApplication app, ConfigObject config, String cacheManagerName = DEFAULT)
|
private ConfigObject
|
narrowConfig(ConfigObject config, String cacheManagerName)
|
EhcacheProvider
|
resolveEhcacheProvider(GriffonApplication app)
|
private net.sf.ehcache.CacheManager
|
startEhcache(GriffonApplication app, ConfigObject config)
|
private void
|
stopEhcache(ConfigObject config, net.sf.ehcache.CacheManager cacheManager)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String CLASSPATH_PREFIX
private static final String DEFAULT
private def bootstrap
| Constructor Detail |
|---|
EhcacheConnector()
| Method Detail |
|---|
net.sf.ehcache.CacheManager connect(GriffonApplication app, ConfigObject config, String cacheManagerName = DEFAULT)
ConfigObject createConfig(GriffonApplication app)
void disconnect(GriffonApplication app, ConfigObject config, String cacheManagerName = DEFAULT)
private ConfigObject narrowConfig(ConfigObject config, String cacheManagerName)
EhcacheProvider resolveEhcacheProvider(GriffonApplication app)
private net.sf.ehcache.CacheManager startEhcache(GriffonApplication app, ConfigObject config)
private void stopEhcache(ConfigObject config, net.sf.ehcache.CacheManager cacheManager)
Groovy Documentation