@Configuration @EnableCaching public class GemfireCachingConfiguration extends Object
GemfireCachingConfiguration
class is a Spring @Configuration
class
used to configure Pivotal GemFire or Apache Geode as the caching provider in Spring's Cache Abstraction.
Additionally, this Spring Configuration
class also enables the Spring Cache Abstraction
with EnableCaching
.GemFireCache
,
EnableCaching
,
Bean
,
Configuration
,
GemfireCacheManager
,
EnableGemfireCaching
,
Cache Abstraction,
GemFire-based Cache,
Support for Spring Cache AbstractionConstructor and Description |
---|
GemfireCachingConfiguration() |
Modifier and Type | Method and Description |
---|---|
GemfireCacheManager |
cacheManager(org.apache.geode.cache.GemFireCache gemfireCache)
SDG's
GemfireCacheManager used to position Pivotal GemFire or Apache Geode as the caching provider
in Spring's Cache Abstraction. |
@Bean public GemfireCacheManager cacheManager(org.apache.geode.cache.GemFireCache gemfireCache)
GemfireCacheManager
used to position Pivotal GemFire or Apache Geode as the caching provider
in Spring's Cache Abstraction.GemfireCacheManager
.GemfireCacheManager
,
GemFireCache
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.