Class LocalizedSourceCacheOperation<S extends SourceMetadata>
java.lang.Object
net.n2oapp.framework.api.event.MetadataChangeListener
net.n2oapp.framework.config.compile.pipeline.operation.SourceCacheOperation<S>
net.n2oapp.framework.config.compile.pipeline.operation.LocalizedSourceCacheOperation<S>
- All Implemented Interfaces:
EventListener,N2oEventListener<MetadataChangedEvent>,MetadataEnvironmentAware,PipelineOperationTypeAware,PipelineOperation<S,,S> org.springframework.context.ApplicationListener<MetadataChangedEvent>
public class LocalizedSourceCacheOperation<S extends SourceMetadata>
extends SourceCacheOperation<S>
Операция кэширования исходных метаданных в конвейере с учетом локализации
-
Constructor Summary
ConstructorsConstructorDescriptionLocalizedSourceCacheOperation(CacheTemplate cacheTemplate, MetadataRegister metadataRegister) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetKey(String id, Class<? extends SourceMetadata> sourceClass) Methods inherited from class net.n2oapp.framework.config.compile.pipeline.operation.SourceCacheOperation
execute, getCacheTemplate, getMetadataRegister, getPipelineOperationType, handleAllMetadataChange, handleMetadataChange, setCacheTemplate, setEnvironmentMethods inherited from class net.n2oapp.framework.api.event.MetadataChangeListener
handleEvent, isApplyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecutionMethods inherited from interface net.n2oapp.framework.api.event.N2oEventListener
onApplicationEvent
-
Constructor Details
-
LocalizedSourceCacheOperation
public LocalizedSourceCacheOperation() -
LocalizedSourceCacheOperation
public LocalizedSourceCacheOperation(CacheTemplate cacheTemplate, MetadataRegister metadataRegister)
-
-
Method Details
-
getKey
- Overrides:
getKeyin classSourceCacheOperation<S extends SourceMetadata>
-