Package com.github.dandelion.core.asset.cache.impl

Examples of com.github.dandelion.core.asset.cache.impl.MemoryAssetCache


      }
    }

    // If no caching system is detected, it defaults to memory caching
    if (assetCache == null) {
      assetCache = new MemoryAssetCache();
    }

    assetCache.initCache(this);

    LOG.info("Selected asset cache system: {} (based on {})", assetCache.getCacheName(), assetCache.getClass()
View Full Code Here

TOP

Related Classes of com.github.dandelion.core.asset.cache.impl.MemoryAssetCache

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.