function MobileToolsDatabaseCache::__construct in Mobile Tools 7.3
Constructs a new DrupalDatabaseCache object.
File
- mobile_tools_cache/
mobile_tools_cache.module, line 37 - Main module for mobile_tools_cache
Class
- MobileToolsDatabaseCache
- Implements DrupalCacheInterface
Code
function __construct($bin) {
$this->bin = $bin;
}