小编Man*_*wal的帖子

how read-through work in ignite

my cache is empty so sql queries return null. The read-through means that if the cache is missed, then Ignite will automatically get down to the underlying db(or persistent store) to load the corresponding data.

If there are new data inserted into the underlying db table ,i have to down cache server to load the newly inserted data from the db table automatically or it will sync automatically ?

Is work same as Spring's @Cacheable or work differently.
It looks …

persistence ignite

2
推荐指数
1
解决办法
1395
查看次数

标签 统计

ignite ×1

persistence ×1