Atrinik Server 2.5
Defines
Cache flags

Defines

#define CACHE_FLAG_PYOBJ   1
#define CACHE_FLAG_AUTOFREE   2
#define CACHE_FLAG_GEVENT   4

Detailed Description

The various cache flag bitmasks.


Define Documentation

#define CACHE_FLAG_AUTOFREE   2

Automatically free() the pointer in the cache entry.

Definition at line 655 of file global.h.

#define CACHE_FLAG_GEVENT   4

Does the cache entry want plugin global event when it's removed?

Definition at line 657 of file global.h.

#define CACHE_FLAG_PYOBJ   1

The cache contains pointer to a PyObject.

Definition at line 653 of file global.h.