Uncached function calls

Hello everyone,

I am trying to call a blocking read function without "polluting" the cache or avoiding cache activity when calling the blocking read function. Is it possible to do it in Linux?