Return the string value of our cached value as our own.
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