Annotation Interface EnableGemfireCaching
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Documented
@Import(GemfireCachingConfiguration.class)
public @interface EnableGemfireCaching
The
EnableGemfireCaching
annotation enables Pivotal GemFire or Apache Geode as a caching provider
in Spring's Cache Abstraction.- Since:
- 2.0.0
- See Also: