Changes between Version 1 and Version 14 of Ticket #13309


Ignore:
Timestamp:
2016-08-21T01:02:13+02:00 (8 years ago)
Author:
michael2402
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13309

    • Property Summary [Patch] Caching and notifying preferencesCaching and notifying preferences
    • Property Owner changed from team to michael2402
  • Ticket #13309 – Description

    v1 v14  
    1414{{{
    1515#!java
    16 prop = new IntegerProperty("my.property", "123"); // registers 123 as default value
     16prop = new IntegerProperty("my.property", "123").cached(); // registers 123 as default value
    1717prop.get(); // lazy get and convert to int
    1818prop.get(); // get cached integer object