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:
@@ -60,6 +60,9 @@ public class EHCacheAdapter
|
||||
public T getValue () {
|
||||
return value;
|
||||
}
|
||||
public String toString () {
|
||||
return String.valueOf(value);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user