- Complete rewrite of the API.
- Complete overhaul of the concept and the API.
- Fix minor issues.
- Fix minor issues.
- Add
getChildrenOfType
method.
HiveCache
now works the other way around - items depend on their parents. So now, there areput(key, parent, value)
,get(key)
,setRootKeys(keys)
andgetRootKeys()
.
HiveCache
supportsput(key, value)
,get(key)
,putChildren(key, children)
,getChildren(key)
,putRootChildren(children)
andgetRootChildren()
.