Atrinik Server 2.5
Data Fields
cacheentry Struct Reference

Data Fields

const char * file
PyCodeObject * code
time_t cached_time
time_t used_time

Detailed Description

One cache entry.

Definition at line 480 of file plugin_python.c.


Field Documentation

Last cached time.

Definition at line 489 of file plugin_python.c.

PyCodeObject* cacheentry::code

The cached code.

Definition at line 486 of file plugin_python.c.

const char* cacheentry::file

The script file.

Definition at line 483 of file plugin_python.c.

Last used time.

Definition at line 492 of file plugin_python.c.


The documentation for this struct was generated from the following file: