public class CayenneJCacheModuleExtender extends io.bootique.ModuleExtender<CayenneJCacheModuleExtender>
| Constructor and Description |
|---|
CayenneJCacheModuleExtender(io.bootique.di.Binder binder) |
| Modifier and Type | Method and Description |
|---|---|
CayenneJCacheModuleExtender |
addInvalidationHandler(Class<? extends org.apache.cayenne.cache.invalidation.InvalidationHandler> handlerType) |
CayenneJCacheModuleExtender |
addInvalidationHandler(org.apache.cayenne.cache.invalidation.InvalidationHandler handler) |
protected io.bootique.di.SetBuilder<org.apache.cayenne.cache.invalidation.InvalidationHandler> |
contributeInvalidationHandler() |
CayenneJCacheModuleExtender |
initAllExtensions() |
CayenneJCacheModuleExtender |
setDefaultCacheConfiguration(javax.cache.configuration.Configuration<?,?> config) |
public CayenneJCacheModuleExtender(io.bootique.di.Binder binder)
public CayenneJCacheModuleExtender initAllExtensions()
initAllExtensions in class io.bootique.ModuleExtender<CayenneJCacheModuleExtender>public CayenneJCacheModuleExtender addInvalidationHandler(org.apache.cayenne.cache.invalidation.InvalidationHandler handler)
public CayenneJCacheModuleExtender addInvalidationHandler(Class<? extends org.apache.cayenne.cache.invalidation.InvalidationHandler> handlerType)
public CayenneJCacheModuleExtender setDefaultCacheConfiguration(javax.cache.configuration.Configuration<?,?> config)
protected io.bootique.di.SetBuilder<org.apache.cayenne.cache.invalidation.InvalidationHandler> contributeInvalidationHandler()
Copyright © 2022 ObjectStyle LLC. All rights reserved.