Add EnableCachingDefinedRegions annotation to configure Geode Regions based on Spring Caching annotations [DATAGEODE-33] #84
Labels
in: api
Issues with API
in: configuration
Issues with configuration
type: enhancement
A general enhancement
Milestone
John Blum opened DATAGEODE-33 and commented
Add a new SDG Annotation,
@EnableCachingDefinedRegions
to define and create Apache Geode cache Regions based on Spring's Cache Abstraction annoation (e.g.@Cacheable
).This annotation will compliment the already existing
@EnableEntityDefinedRegions
which defines and creates Apache Geode cache Regions based on@Region
annotated application domain object entitiesReference URL: https://jira.spring.io/browse/SGF-656
The text was updated successfully, but these errors were encountered: