#650 - Refactor: Optimise L2 cache entry for serialisation

This commit is contained in:
Robin Bygrave
2016-04-14 11:56:31 +12:00
parent 444b848c22
commit 1b8b05790e
16 changed files with 251 additions and 17 deletions
@@ -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;
}
}