Return the string value of our cached value as our own.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2180 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2007-08-14 23:12:53 +00:00
parent ff56b6afa5
commit 364dbdaec0
@@ -60,6 +60,9 @@ public class EHCacheAdapter
public T getValue () {
return value;
}
public String toString () {
return String.valueOf(value);
}
};
}