Creates a local (as opposed to fully-distributed) cache that broadcasts invalidation messages * to its peers on other cluster members upon cache item removal. Its peers then remove the * corresponding cache item.
* *This cache does not replicate put(k,v) invocations.
* * @param cacheName * @return SimpleCache */ SimpleCache