ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v6:caching:yac

The Yac Caching Plugin

Development of this driver is considered Alpha level. Use with caution

Description

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

The ADOCachingDefinitions Class

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';
 
}
v6/caching/yac.txt · Last modified: by 127.0.0.1