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