Acerca de
This skill provides a structured framework for implementing high-performance caching layers within Lutece 8 plugins. It guides developers through the creation of CDI-scoped cache services using the AbstractCacheableService base class, ensuring adherence to Lutece core standards. By implementing best practices for key generation, cache-through logic, and event-driven invalidation via Jakarta EE ResourceEvents, this skill helps developers reduce database load and improve application responsiveness while maintaining strict data consistency.