Uses of Class
org.jruby.javasupport.util.ObjectProxyCache
Packages that use ObjectProxyCache
-
Uses of ObjectProxyCache in org.jruby.javasupport
Fields in org.jruby.javasupport declared as ObjectProxyCacheModifier and TypeFieldDescriptionprivate final ObjectProxyCache<IRubyObject,RubyClass> JavaSupportImpl.objectProxyCacheMethods in org.jruby.javasupport that return ObjectProxyCacheModifier and TypeMethodDescriptionabstract ObjectProxyCache<IRubyObject,RubyClass> JavaSupport.getObjectProxyCache()JavaSupportImpl.getObjectProxyCache() -
Uses of ObjectProxyCache in org.jruby.javasupport.util
Fields in org.jruby.javasupport.util declared as ObjectProxyCacheModifier and TypeFieldDescription(package private) final ObjectProxyCache<T,A> ObjectProxyCache.Segment.cacheConstructors in org.jruby.javasupport.util with parameters of type ObjectProxyCacheModifierConstructorDescription(package private)Segment(int capacity, ObjectProxyCache<T, A> cache)