Skip to content

Instantly share code, notes, and snippets.

@sizovs
Created December 1, 2014 17:49
Show Gist options
  • Save sizovs/5c92641592718396275e to your computer and use it in GitHub Desktop.
Save sizovs/5c92641592718396275e to your computer and use it in GitHub Desktop.
package fm.ask.infrastructure.caching;
import org.springframework.cache.CacheManager;
public abstract class CacheManagerFactory {
protected abstract CacheManager createInstance() ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment