All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ro.isdc.wro.cache.spi.CacheStrategyProvider Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package ro.isdc.wro.cache.spi;

import java.util.Map;

import ro.isdc.wro.cache.CacheKey;
import ro.isdc.wro.cache.CacheStrategy;
import ro.isdc.wro.cache.CacheValue;
import ro.isdc.wro.model.resource.support.hash.HashStrategy;

/**
 * A service provider responsible for providing new implementations of {@link HashStrategy}.
 *
 * @author Alex Objelean
 * @since 1.5.0
 * @created 22 Sep 2012
 */
public interface CacheStrategyProvider {
  /**
   * @return the {@link CacheStrategy} implementations to contribute. The key represents the alias.
   */
  Map> provideCacheStrategies();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy