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

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

The newest version!
package spice.delta

trait CacheBuilder {
  def isStale: Boolean
  def buildCache(): CachedInformation
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy