org.meta2project.storage.cache
Class AnnotationCache
java.lang.Object
org.meta2project.storage.cache.AnnotationCache
public class AnnotationCache
- extends java.lang.Object
- Author:
- Anton Malykh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationCache
public AnnotationCache(DBCache cache)
getAnnotationNames
public java.util.List<java.lang.String> getAnnotationNames(CachedAnnotated annotated)
getAnnotation
public java.lang.String getAnnotation(CachedAnnotated annotated,
java.lang.String name)
putAnnotation
public void putAnnotation(CachedAnnotated annotated,
java.lang.String name,
java.lang.String value)
removeAnnotated
public void removeAnnotated(CachedAnnotated annotated)