Interface RenderingCacheService<T extends Serializable>

Type Parameters:
T - the parameter of the class
All Known Implementing Classes:
DefaultRenderingCacheService

public interface RenderingCacheService<T extends Serializable>
Service to cache ItemModel data representation for rendering. The type T can be represented by any Data or Model type.
  • Method Details