Package org.cyclos.impl.system
Class CompiledScriptCacheKey
- java.lang.Object
-
- org.cyclos.impl.system.CompiledScriptCacheKey
-
- All Implemented Interfaces:
Serializable
public class CompiledScriptCacheKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompiledScriptCacheKey(Set<Long> ids, ScriptFunction function)
-
-
-
Constructor Detail
-
CompiledScriptCacheKey
public CompiledScriptCacheKey(Set<Long> ids, ScriptFunction function)
-
-