const mixinafIoc::ThreadStashManager

afIoc::ThreadStashManager

Creates and keeps tabs on ThreadStash so they may be cleaned up, say, at the end of a web request.

@since 1.3.0

cleanUp

Source

abstract Void cleanUp()

Removes all values associated / used with this manager

createStash

Source

abstract ThreadStash createStash(Str owner)

creates a stash with the given prefix

keys

Source

abstract Str[] keys()

Returns all (fully qualified) keys associated / used with this manager