* Return an instance of a <code>FileCache</code>
*/
@Override
public FileCache getFileCache(){
if (fileCache == null){
fileCache = new FileCache(){
@Override
protected void sendCache(SocketChannel socketChannel,
FileCacheEntry entry,
boolean keepAlive) throws IOException{