mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
FileCache now inherits from Object.
This commit is contained in:
parent
6182dfeda9
commit
c77cd4255a
@ -8,7 +8,12 @@
|
||||
#include <chrono>
|
||||
#include "core/threading/rw_lock.h"
|
||||
|
||||
class FileCache {
|
||||
#include "core/object.h"
|
||||
|
||||
|
||||
class FileCache : Object {
|
||||
RCPP_OBJECT(FileCache, Object);
|
||||
|
||||
public:
|
||||
String wwwroot;
|
||||
int cache_invalidation_time;
|
||||
|
Loading…
Reference in New Issue
Block a user