Uses of Class
org.gcube.informationsystem.resourceregistry.types.CachedType
-
Packages that use CachedType Package Description org.gcube.informationsystem.resourceregistry.instances.base org.gcube.informationsystem.resourceregistry.types -
-
Uses of CachedType in org.gcube.informationsystem.resourceregistry.instances.base
Fields in org.gcube.informationsystem.resourceregistry.instances.base declared as CachedType Modifier and Type Field Description protected CachedType<T>ElementManagement. cachedTypeMethods in org.gcube.informationsystem.resourceregistry.instances.base that return CachedType Modifier and Type Method Description protected CachedType<T>ElementManagement. getCachedType() -
Uses of CachedType in org.gcube.informationsystem.resourceregistry.types
Fields in org.gcube.informationsystem.resourceregistry.types with type parameters of type CachedType Modifier and Type Field Description protected Map<String,CachedType<?>>TypesCache. cachedTypesMethods in org.gcube.informationsystem.resourceregistry.types that return CachedType Modifier and Type Method Description CachedType<?>TypesCache. getCachedType(String typeName)
-