XCache is a fast, stable PHP opcode cacher that has been proven and is now running on production servers under high load.
https://xcache.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
283 B
12 lines
283 B
![]()
10 years ago
|
#ifndef XC_CACHER_H_1CADCD7E46ABC70014D0766CE97B9741
|
||
|
#define XC_CACHER_H_1CADCD7E46ABC70014D0766CE97B9741
|
||
|
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
|
||
|
int xc_cacher_startup_module();
|
||
|
int xc_cacher_disable();
|
||
|
|
||
|
#endif /* XC_CACHER_H_1CADCD7E46ABC70014D0766CE97B9741 */
|