Package | Description |
---|---|
com.broadleafcommerce.jobsevents.service.consumer |
Modifier and Type | Method and Description |
---|---|
EntityCacheRegion |
CacheInvalidationHelper.getPropertyRegion(String property,
Class<?>[] entityClass)
Inspects the property for the given entityClass to look for an @Cache annotation marking the region
in which this property is cached
|
EntityCacheRegion |
CacheInvalidationHelperImpl.getPropertyRegion(String property,
Class<?>[] entityClass) |
Modifier and Type | Method and Description |
---|---|
List<EntityCacheRegion> |
CacheInvalidationHelper.getInvalidationRegions(String property,
Class<?>[] entityClass)
If the given property is not empty or and the given property is annotated with @Cache this will
return the result of
#getPropertyRegion(property, Class[]) . |
List<EntityCacheRegion> |
CacheInvalidationHelperImpl.getInvalidationRegions(String property,
Class<?>[] entityClass) |
List<EntityCacheRegion> |
CacheInvalidationHelper.getTypeRegions(Class<?>[] entityClass)
Walks up the hierarchies of the given classes looking @Cache annotation values.
|
List<EntityCacheRegion> |
CacheInvalidationHelperImpl.getTypeRegions(Class<?>[] entityClass) |
Copyright © 2019. All rights reserved.