-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 69
-
Component/s: Vocabularies
-
Sprint:nxNest Sprint 9.3.5
-
Story Points:1
Currently a cache defined by Studio contains a class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl" specification:
<cache name="vocab-WorkflowType-cache" class="org.nuxeo.ecm.core.cache.InMemoryCacheImpl"> <option name="maxSize">1000</option> <option name="concurrencyLevel">500</option> <ttl>60</ttl> </cache>
After NXP-22786 this becomes unneeded as all caches will be in-memory and anyway what's specified is already the default.
So the class element should not be generated anymore (in VocabularyFeatureBuilder) for Nuxeo >= 9.3.
(I hope a future NXP fix will make all directory caches implicit and not needing explicit configuration.)
- depends on
-
NXP-22786 CacheService using local caching with distributed invalidations
- Resolved