I have created a DataTable with server side enabled because the data retrieved is huge, but every time a user inserts a word in the search field it fires a new query in the database, the problem is that this query his heavy. Is it possible to create this but with File Cache, so every time it makes a search or loads the page again doesn’t execute the query again?