All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spice.delta.CachedInformation.scala Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package spice.delta

case class CachedInformation(byId: Map[String, Tag.Open],
                             byClass: Map[String, Set[Tag.Open]],
                             byTag: Map[String, Set[Tag.Open]],
                             byAttribute: Map[String, Set[Tag.Open]])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy