@FunctionalInterface public static interface AbstractBasicCacheFactoryBean.CacheFactoryInitializer<T> extends Function<T,T>
CacheFactory
or a ClientCacheFactory
instance,
which is used to create an instance of GemFireCache
.ClientCacheFactory
,
CacheFactory
,
Function
Modifier and Type | Method and Description |
---|---|
default T |
apply(T t)
Alias for
initialize(Object) . |
T |
initialize(T cacheFactory)
Initialize the given cache factory.
|
default T apply(T t)
initialize(Object)
.apply
in interface Function<T,T>
t
- cache factory to initialize.initialize(Object)
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.