- All Implemented Interfaces:
Serializable
, org.apache.wicket.model.IDetachable
, org.apache.wicket.model.IModel<String>
, org.apache.wicket.util.io.IClusterable
public class CachedModel
extends Object
implements org.apache.wicket.model.IModel<String>
Breadcrums 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:
- Serialized Form