|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.ehcache.AbstractEhcacheProvider
griffon.plugins.ehcache.DefaultEhcacheProvider
public class DefaultEhcacheProvider extends AbstractEhcacheProvider
| Field Summary | |
|---|---|
private static DefaultEhcacheProvider |
INSTANCE
|
| Fields inherited from class AbstractEhcacheProvider | |
|---|---|
| DEFAULT, LOG |
| Constructor Summary | |
private DefaultEhcacheProvider()
|
|
| Method Summary | |
|---|---|
protected net.sf.ehcache.CacheManager
|
getCacheManager(String cacheManagerName)
|
static DefaultEhcacheProvider
|
getInstance()
|
| Methods inherited from class AbstractEhcacheProvider | |
|---|---|
| getCacheManager, withEhcache, withEhcache, withEhcache, withEhcache |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final DefaultEhcacheProvider INSTANCE
| Constructor Detail |
|---|
private DefaultEhcacheProvider()
| Method Detail |
|---|
@Override protected net.sf.ehcache.CacheManager getCacheManager(String cacheManagerName)
public static DefaultEhcacheProvider getInstance()
Groovy Documentation