Package org.exoplatform.portal.pom.config.cache

Examples of org.exoplatform.portal.pom.config.cache.PortalNamesCache


        //
        this.repositoryService = repositoryService;
        this.manager = manager;
        this.cache = cacheService.getCacheInstance("MOPSessionManager");
        this.pomService = null;
        this.executor = new PortalNamesCache(new DataCache(new ExecutorDispatcher()));
    }
View Full Code Here


      //
      this.repositoryService = repositoryService;
      this.manager = manager;
      this.cache = cacheService.getCacheInstance("MOPSessionManager");
      this.pomService = null;
      this.executor = new PortalNamesCache(new DataCache(new ExecutorDispatcher()));
   }
View Full Code Here

TOP

Related Classes of org.exoplatform.portal.pom.config.cache.PortalNamesCache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.