This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am krosenvold on github. | |
| * I am krosenvold (https://keybase.io/krosenvold) on keybase. | |
| * I have a public key whose fingerprint is 4706 3E8B A7A6 450E 4A52 E7AE 466C AED6 E074 7D50 | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.io.IOException; | |
| import java.io.Serializable; | |
| import java.util.Collection; | |
| import java.util.Map; | |
| import java.util.concurrent.CountDownLatch; | |
| import javax.cache.Cache; | |
| import javax.cache.configuration.Factory; | |
| import javax.cache.integration.CacheLoaderException; |
OlderNewer