T
- type of objects stored in cachepublic class ClassMetaCache<T> extends Object
CopyOnWriteArrayList
Constructor and Description |
---|
ClassMetaCache() |
Modifier and Type | Method and Description |
---|---|
T |
get(Class<?> key)
Gets value from cache or returns
null if not in cache |
T |
put(Class<?> key,
T value)
Puts value into cache
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.