18#ifndef __LIB_LIBFS_FILECACHE_H
19#define __LIB_LIBFS_FILECACHE_H
Represents a file present on a FileSystem.
Efficient key -> value lookups.
virtual bool insert(const K &key, const V &value)
Inserts the given item to the HashTable.
HashTable< String, FileCache * > entries
Contains childs.
FileCache(File *f, const char *n, FileCache *p)
Constructor function.
FileCache * parent
Parent.