# GG-10405: C++: Implemented serialization prototype and PUT operation.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d4b97315 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d4b97315 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d4b97315 Branch: refs/heads/ignite-484-1 Commit: d4b973155892539593d69a10b2cbb6aa1931efb0 Parents: 95b7147 Author: vozerov-gridgain <voze...@gridgain.com> Authored: Thu Jun 11 09:42:50 2015 +0300 Committer: vozerov-gridgain <voze...@gridgain.com> Committed: Thu Jun 11 09:42:50 2015 +0300 ---------------------------------------------------------------------- examples/config/example-cache.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d4b97315/examples/config/example-cache.xml ---------------------------------------------------------------------- diff --git a/examples/config/example-cache.xml b/examples/config/example-cache.xml index 98e1a71..6d1d0da 100644 --- a/examples/config/example-cache.xml +++ b/examples/config/example-cache.xml @@ -37,6 +37,8 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <bean id="ignite.cfg" class="org.apache.ignite.configuration.IgniteConfiguration"> + <property name="localHost" value="127.0.0.1" /> + <property name="cacheConfiguration"> <list> <!-- Partitioned cache example configuration (Atomic mode). -->