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