Skip to content

Commit

Permalink
Scala 2.13 support?
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocamatta-stripe committed Feb 22, 2024
1 parent c7cef67 commit 0d1d72d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions online/src/main/scala/ai/chronon/online/FetcherCache.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import com.github.benmanes.caffeine.cache.{Cache => CaffeineCache}
import scala.util.{Success, Try}
import java.util.concurrent.ConcurrentHashMap
import scala.collection.JavaConverters.mapAsScalaConcurrentMapConverter
import scala.collection.Seq

/*
* FetcherCache is an extension to FetcherBase that provides caching functionality. It caches KV store
Expand Down

0 comments on commit 0d1d72d

Please sign in to comment.