class SimpleEnrichmentCache extends EnrichmentCache
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleEnrichmentCache
- EnrichmentCache
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimpleEnrichmentCache(cache: Map[String, HashMap[String, AnyRef]] = ...)
Value Members
- val cache: Map[String, HashMap[String, AnyRef]]
-
def
clear(): Unit
- Definition Classes
- SimpleEnrichmentCache → EnrichmentCache
-
def
close(): Unit
- Definition Classes
- SimpleEnrichmentCache → Closeable → AutoCloseable
-
def
get(args: Array[String]): Any
- Definition Classes
- SimpleEnrichmentCache → EnrichmentCache
-
def
put(args: Array[String], value: Any): Unit
- Definition Classes
- SimpleEnrichmentCache → EnrichmentCache