public class CayenneJCacheModule extends Object implements io.bootique.di.BQModule
| Constructor and Description |
|---|
CayenneJCacheModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(io.bootique.di.Binder binder) |
protected org.apache.cayenne.di.Module |
createInvalidationModule(Set<org.apache.cayenne.cache.invalidation.InvalidationHandler> invalidationHandlers) |
protected org.apache.cayenne.di.Module |
createOverridesModule(javax.cache.CacheManager cacheManager) |
static CayenneJCacheModuleExtender |
extend(io.bootique.di.Binder binder) |
public static CayenneJCacheModuleExtender extend(io.bootique.di.Binder binder)
binder - DI binder passed to the Module that invokes this method.CayenneJCacheModuleExtender that can be used to load Cayenne cache
custom extensions.public void configure(io.bootique.di.Binder binder)
configure in interface io.bootique.di.BQModuleprotected org.apache.cayenne.di.Module createInvalidationModule(Set<org.apache.cayenne.cache.invalidation.InvalidationHandler> invalidationHandlers)
protected org.apache.cayenne.di.Module createOverridesModule(javax.cache.CacheManager cacheManager)
Copyright © 2022 ObjectStyle LLC. All rights reserved.