Annotation Type CacheDataSource.Flags
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface CacheDataSource.Flags
Flags controlling the CacheDataSource's behavior. Possible flag values areCacheDataSource.FLAG_BLOCK_ON_CACHE
,CacheDataSource.FLAG_IGNORE_CACHE_ON_ERROR
andCacheDataSource.FLAG_IGNORE_CACHE_FOR_UNSET_LENGTH_REQUESTS
.