Package org.aspectj.weaver.tools.cache
Class SimpleCacheFactory
- java.lang.Object
-
- org.aspectj.weaver.tools.cache.SimpleCacheFactory
-
public class SimpleCacheFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanBYDEFAULTstatic StringCACHE_DIRstatic StringCACHE_ENABLED_PROPERTYstatic StringCACHE_IMPLstatic Booleanenabledstatic Stringpathstatic StringPATH_DEFAULT
-
Constructor Summary
Constructors Constructor Description SimpleCacheFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleCachecreateSimpleCache()static booleanisEnabled()
-
-
-
Field Detail
-
CACHE_ENABLED_PROPERTY
public static final String CACHE_ENABLED_PROPERTY
- See Also:
- Constant Field Values
-
CACHE_DIR
public static final String CACHE_DIR
- See Also:
- Constant Field Values
-
CACHE_IMPL
public static final String CACHE_IMPL
- See Also:
- Constant Field Values
-
PATH_DEFAULT
public static final String PATH_DEFAULT
- See Also:
- Constant Field Values
-
BYDEFAULT
public static final boolean BYDEFAULT
- See Also:
- Constant Field Values
-
path
public static String path
-
enabled
public static Boolean enabled
-
-
Method Detail
-
createSimpleCache
public static SimpleCache createSimpleCache()
-
isEnabled
public static boolean isEnabled()
-
-