===== The WinCache Caching Plugin ====
~~NOTOC~~
Development of this driver is considered Alpha level. Use with caution
==== Description ====
This plugin enables caching using the WinCache memory feature. The driver can only use local memory. The definitions file is located at:\
''ADOdb\cache\plugins\wincache\ADOCacheDefinitions''
==== The ADOCachingDefinitions Class ====
class ADOCacheDefinitions
{
/*
* Debugging for cache
*/
public bool $debug = true;
/*
* Service flag. Do not modify value
*/
public string $serviceName = 'wincache';
/*
* Service Name.
*/
public string $serviceDescription = 'WINCACHE';
}