Ehcache 1.6.0 requires an implementation of getScheme(). I'm not 100% clear

what this is meant to do, but I'll sort that out once I have it up and running.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5845 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-07-02 20:59:04 +00:00
parent 3eb6ee2a4f
commit 08292eec9e
@@ -156,6 +156,11 @@ public class EHCachePeerCoordinator extends CacheManagerPeerProviderFactory
return 10000;
}
public String getScheme ()
{
return "presents_peer";
}
protected void addCachesForNode (List<CachePeer> result, String nodeName)
{
String nodeHost = _peerMan.getPeerInternalHostName(nodeName);