ElementStorage

class ElementStorage

Stores @Element objects within the container object under PLSAR.Cache.

Retrieval of elements is done via

First inject cache in your class file

\@Inject val cache : PLSAR.Cache ? = null

then : val foo = cache?.getElement("foo") as Foo

Constructors

Link copied to clipboard
fun ElementStorage()

Properties

Link copied to clipboard
var elements: MutableMap<String?, Element?>