Server pushing media at runtime (#9961)
This commit is contained in:
@@ -33,6 +33,7 @@ class FileCache
|
||||
|
||||
bool update(const std::string &name, const std::string &data);
|
||||
bool load(const std::string &name, std::ostream &os);
|
||||
bool exists(const std::string &name);
|
||||
|
||||
private:
|
||||
std::string m_dir;
|
||||
|
||||
Reference in New Issue
Block a user