@FunctionalInterface public static interface CacheFactoryBean.CacheFactoryInitializer<T>
CacheFactory
or a ClientCacheFactory
instance,
which is used to create an instance of GemFireCache
.CacheFactory
,
ClientCacheFactory
Modifier and Type | Method and Description |
---|---|
T |
initialize(T cacheFactory)
Initialize the given cache factory.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.