com.github.napp.util.IDroppableCache Maven / Gradle / Ivy
/**
*
*/
package com.github.napp.util;
/**
* @author Alexandru Bledea
* @since Nov 7, 2013
*/
public interface IDroppableCache {
/**
*
*/
void dropCache();
}
/**
*
*/
package com.github.napp.util;
/**
* @author Alexandru Bledea
* @since Nov 7, 2013
*/
public interface IDroppableCache {
/**
*
*/
void dropCache();
}