public interface ClassCache
ClassCache provides methods for a class cache. This inteface was previously
in the PropertyResolver class.| Modifier and Type | Method and Description |
|---|---|
Map<String,GetAndSet> |
get(Class<?> clz)
Returns the class map from the cache.
|
void |
put(Class<?> clz,
Map<String,GetAndSet> values)
Put the class into the cache, or if that class shouldn't be cached do nothing.
|
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.