//package info.unterstein.hagen.moderne.ea6.a3;
import java.util.HashMap;
/**
* Enables a more complex and generic caching aspect which can be extended to
be
* used in several use cases.
*
* @author Johannes Unterstein
* @param
* the class of the keys
* @param
* the class of the cached values
*/
public abstract aspect CacheAspect {
private HashMap