Apache Ignite Cassandra 驱逐

Apache Ignite Cassandra eviction

我想知道 Apache Cassandra 中的 Ignite 缓存逐出。 是否可以将缓存条目逐出到 cassandra 中(如 offhaep/file 逐出)。
正如我从文档 (https://apacheignite-mix.readme.io/docs/ignite-with-apache-cassandra) 中了解到的那样,当前的 cassandra 集成更多地是关于 read/write 通过持久性存储。但是卡桑德拉驱逐呢?可能吗?

条目被逐出以交换 space,而不是持久存储:https://apacheignite.readme.io/docs/off-heap-memory#swap-space

您可以实现自己的基于 Cassandra 的 SwapSpaceSpi 实现,并使用它将数据逐出到 Cassandra。