const classfantomato::TagsActor

sys::Obj
  concurrent::Actor
    fantomato::TagsActor

TagsActor Create an in memory map of pages per unique tag This would not scale to a huge number of pages, but it's fast and simple If ever needed we could use mongo, couch or whatever.

indexPage

Void indexPage(Str:TaggedPage[] map, Str ns, Str page)

indexTags

Void indexTags(Str:TaggedPage[] map, File nsDir)

make

new make()

receive

virtual override Obj? receive(Obj? msg)