Class CachingPersistentDecoratorDao

java.lang.Object
com.atlassian.confluence.impl.themes.persistence.CachingPersistentDecoratorDao
All Implemented Interfaces:
PersistentDecoratorDao

public class CachingPersistentDecoratorDao extends Object implements PersistentDecoratorDao
An implementation of PersistentDecoratorDao which combines a cache with Hibernate.
Since:
5.10
  • Constructor Details

    • CachingPersistentDecoratorDao

      public CachingPersistentDecoratorDao(org.hibernate.SessionFactory sessionFactory, com.atlassian.cache.CacheFactory cacheFactory)
  • Method Details