Uses of Interface
org.craftercms.engine.util.store.decorators.ContentStoreAdapterDecorator
Packages that use ContentStoreAdapterDecorator
Package
Description
-
Uses of ContentStoreAdapterDecorator in org.craftercms.engine.cache
Classes in org.craftercms.engine.cache that implement ContentStoreAdapterDecoratorModifier and TypeClassDescriptionclassContentStoreAdapterDecoratorthat is aware of cache warming and uses the preloaded folders to check if items exist before even going to the actual content store adapter, enhancing thus performance. -
Uses of ContentStoreAdapterDecorator in org.craftercms.engine.targeting.impl
Classes in org.craftercms.engine.targeting.impl that implement ContentStoreAdapterDecoratorModifier and TypeClassDescriptionclassContentStoreAdapterDecoratorthat uses aCandidateTargetedUrlsResolverto generate candidate URLs for targeted content lookup. -
Uses of ContentStoreAdapterDecorator in org.craftercms.engine.util.store.decorators
Constructor parameters in org.craftercms.engine.util.store.decorators with type arguments of type ContentStoreAdapterDecoratorModifierConstructorDescriptionContentStoreAdapterDecoratorChainFactoryBean(org.craftercms.core.store.ContentStoreAdapter storeAdapter, List<ContentStoreAdapterDecorator> decorators)