Updated by bobxware on Monday, December 11th 2000.
Bware_cache is a tool to speed up Web applications written in PHP. It works by caching compiled PHP code inside the Web server (just before it's executed) so that the next time the same script is called it is simply restored, already compiled, from the cache with big savings in terms of execution time.