public interface ClientCacheConfigurer
ClientCacheConfigurer
interface defines a contract for implementations to customize the configuration
of a ClientCacheFactoryBean
used to construct, configure and initialize an instance of a ClientCache
.ClientCache
,
ClientCacheFactoryBean
,
ClientCacheApplication
Modifier and Type | Method and Description |
---|---|
void |
configure(String beanName,
ClientCacheFactoryBean bean)
Configuration callback method providing a reference to a
ClientCacheFactoryBean used to construct,
configure and initialize an instance of ClientCache . |
void configure(String beanName, ClientCacheFactoryBean bean)
ClientCacheFactoryBean
used to construct,
configure and initialize an instance of ClientCache
.beanName
- name of ClientCache
bean declared in the Spring application context.bean
- reference to the ClientCacheFactoryBean
.CacheFactoryBean
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.