public interface CachedFacet extends MarkerFacet
In the standard Apache Isis Programming Model, corresponds to annotating the member with @Cached.
Cached does not necessarily imply immutable. The idea though is that the developer is indicating that the performance cost of obtaining all instances of an instance is low; viewer implementations might be able to exploit this information.
Not yet implemented by any viewer.
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.