You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Roman Shtykh <rs...@yahoo.com> on 2016/03/24 09:18:01 UTC

CacheLoadOnlyStoreAdapter's use example for cache preloading

CacheLoadOnlyStoreAdapter's use example was added and can be found in examples/src/main/java/org/apache/ignite/examples/datagrid/store/.

It illustrates how one can pre-load a cache from text or file of any other format.
-Roman