Add insight support to TaggedCache, KeyCache:

* Move TaggedCache, KeyCache to common
* Add radmap module, FullBelowCache class
* Add get_seconds_clock
* Inject FullBelowCache in SHAMap
This commit is contained in:
Vinnie Falco
2014-01-31 22:56:14 -08:00
parent 35715a0146
commit 2009f8b1ca
56 changed files with 814 additions and 194 deletions

View File

@@ -275,8 +275,8 @@ public:
{
if (hash.isZero ())
{
SHAMap::pointer empty
= boost::make_shared<SHAMap> (smtTRANSACTION);
SHAMap::pointer empty = boost::make_shared<SHAMap> (
smtTRANSACTION, std::ref (getApp().getFullBelowCache()));
mapComplete (hash, empty, false);
return empty;
}