License:
BSD style: see license.txtVersion:
July 2004: Initial releaseAuthor:
Kris
1 2 3 4 5 6 7 8 9 | import tango.net.cluster.NetworkCache; import tango.net.cluster.tina.Cluster; auto cluster = new Cluster (...); auto cache = new NetworkCache (cluster, ...); cache.put (...); cache.get (); cache.invalidate (...); |