Polish cache sample
Update single cache sample with all supported cache providers. Add README to shortly explain how to get started with them. See gh-2633
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.4.xsd"
|
||||
xmlns="http://www.hazelcast.com/schema/config"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<map name="countries">
|
||||
<time-to-live-seconds>600</time-to-live-seconds>
|
||||
<max-size>200</max-size>
|
||||
</map>
|
||||
|
||||
<cache name="countries">
|
||||
<eviction size="200"/>
|
||||
|
||||
<statistics-enabled>true</statistics-enabled>
|
||||
<management-enabled>true</management-enabled>
|
||||
</cache>
|
||||
|
||||
</hazelcast>
|
||||
Reference in New Issue
Block a user