Package org.fenixedu.cms.domain
Class CloneCache
- java.lang.Object
-
- org.fenixedu.cms.domain.CloneCache
-
public class CloneCache extends Object
Created by borgez-dsi on 17-06-2015.
-
-
Constructor Summary
Constructors Constructor Description CloneCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends pt.ist.fenixframework.DomainObject>
RgetOrClone(R object, Function<R,Cloneable> cloneCreator)<R extends pt.ist.fenixframework.DomainObject>
voidsetClone(R object, Cloneable clone)
-