Hi, There is no example particularly for HBase, but it's no different from other implementations - you need to implement CacheStore interface and provide it in configuration.
I would start with extending convenient CacheStoreAdapter class and implementing load/write/delete methods, like shown here: https://apacheignite.readme.io/docs/persistent-store#cachestore-example -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/how-to-loadCache-from-Hbase-tp4528p4530.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
