After some extensive reading on the 2.6 kernel swapping and page-caching features I found 'fcoretools'. Which consists of two tools;
- fincore: Will reveal how many pages the application has stored in core memory
- fadvise: Allows you to manipulate the core memory (page-cache).
(In case someone else finds this interesting I'm posting this here)