Annotation Type CacheDataSource.CacheIgnoredReason
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface CacheDataSource.CacheIgnoredReason
Reasons the cache may be ignored. One ofCacheDataSource.CACHE_IGNORED_REASON_ERROR
orCacheDataSource.CACHE_IGNORED_REASON_UNSET_LENGTH
.