Class CachedModel
java.lang.Object
com.evolveum.midpoint.web.component.breadcrumbs.CachedModel
- All Implemented Interfaces:
- Serializable,- org.apache.wicket.model.IDetachable,- org.apache.wicket.model.IModel<String>,- org.apache.wicket.util.io.IClusterable
Breadcrumbs text is not changing over time, we'll try to use this behavior to cache string value created by underlying IModel object.
 When value is cached, underlying model is forgotten to save space - we don't want to get value when creating cached model (too soon).
 Created by Viliam Repan (lazyman).
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCachedModel(String value) CachedModel(org.apache.wicket.model.IModel<String> valueModel) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.model.IModelas, combineWith, filter, flatMap, isPresent, map, orElse, orElseGet, setObject
- 
Constructor Details- 
CachedModel
- 
CachedModel
 
- 
- 
Method Details