mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#650 - Refactor: Optimise L2 cache entry for serialisation
This commit is contained in:
@@ -131,4 +131,10 @@ public class CachedBeanData implements Externalizable {
|
||||
return data.get(propertyName);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return all the property data.
|
||||
*/
|
||||
public Map<String,Object> getData() {
|
||||
return data;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user