Open hellsan631 opened 9 years ago
//This would override the caching (with the added true value at the end)
//and the call would go straight to the DB.
Table::loadSingle(["name" => "Companies"], true);
Might be more useful for db load statements to be cached in memcache or something similar, and for those to be auto cached, via a config option
Write something so you can cache DB load calls and search within the cached results, instead of having to query the db multiple times.
For instance: