Package br.net.woodstock.rockframework.core.cache

Examples of br.net.woodstock.rockframework.core.cache.CacheManager


  private Cache  cache;

  public AbstractBeanDescriptorFactory() {
    super();
    String id = String.valueOf(this);
    CacheManager cacheManager = CacheManagerImpl.getInstance();
    this.cache = cacheManager.create(id);
  }
View Full Code Here

TOP

Related Classes of br.net.woodstock.rockframework.core.cache.CacheManager

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.