/**
   * Clears the cache for all list types.
   *
   * <p>The {@link com.liferay.portal.kernel.dao.orm.EntityCache} and {@link
   * com.liferay.portal.kernel.dao.orm.FinderCache} are both cleared by this method.
   */
  @Override
  public void clearCache() {
    EntityCacheUtil.clearCache(ListTypeImpl.class);

    FinderCacheUtil.clearCache(FINDER_CLASS_NAME_ENTITY);
    FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION);
    FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION);
  }
  /**
   * Clears the cache for all tickets.
   *
   * <p>The {@link com.liferay.portal.kernel.dao.orm.EntityCache} and {@link
   * com.liferay.portal.kernel.dao.orm.FinderCache} are both cleared by this method.
   */
  @Override
  public void clearCache() {
    if (_HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE) {
      CacheRegistryUtil.clear(TicketImpl.class.getName());
    }

    EntityCacheUtil.clearCache(TicketImpl.class.getName());
    FinderCacheUtil.clearCache(FINDER_CLASS_NAME_ENTITY);
    FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST);
  }
  /**
   * Clears the cache for all projects entries.
   *
   * <p>The {@link com.liferay.portal.kernel.dao.orm.EntityCache} and {@link
   * com.liferay.portal.kernel.dao.orm.FinderCache} are both cleared by this method.
   */
  @Override
  public void clearCache() {
    if (_HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE) {
      CacheRegistryUtil.clear(ProjectsEntryImpl.class.getName());
    }

    EntityCacheUtil.clearCache(ProjectsEntryImpl.class);

    FinderCacheUtil.clearCache(FINDER_CLASS_NAME_ENTITY);
    FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION);
    FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION);
  }
 public void clearCache() {
   CacheRegistry.clear(ViewListTitleCompetenciesImpl.class.getName());
   EntityCacheUtil.clearCache(ViewListTitleCompetenciesImpl.class.getName());
   FinderCacheUtil.clearCache(FINDER_CLASS_NAME_ENTITY);
   FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST);
 }
 public void clearCache() {
   CacheRegistry.clear(DebateItemReferenceImpl.class.getName());
   EntityCacheUtil.clearCache(DebateItemReferenceImpl.class.getName());
   FinderCacheUtil.clearCache(FINDER_CLASS_NAME_ENTITY);
   FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST);
 }
 public void clearCache() {
   CacheRegistry.clear(ProGateMenuViewImpl.class.getName());
   EntityCacheUtil.clearCache(ProGateMenuViewImpl.class.getName());
   FinderCacheUtil.clearCache(FINDER_CLASS_NAME_ENTITY);
   FinderCacheUtil.clearCache(FINDER_CLASS_NAME_LIST);
 }