Package org.javalid.core.cache

Interface Summary
AnnotationBaseCache Base interface for cache, relevant for all cache types.
AnnotationCache Interface that is used for method / field annotation cache.
 

Class Summary
AnnotationCacheUtils Small utility class related to the annotation cache.
AnnotationClassCache This class stores the annotation cache for exactly one class.
AnnotationClassLevelCache  
AnnotationFieldCache Implementation cache for fields, storing all information about a field related to annotations.
AnnotationMethodCache Implementation cache for methods, storing all information about a method related to annotations.
GenericAnnotationCache This class is the general cache used to store any annotation-related information for classes and is the direct entry point to this cache.