Package org.jruby

Class RubyModule.WrapperCacheEntryFactory

java.lang.Object
org.jruby.RubyModule.CacheEntryFactory
org.jruby.RubyModule.WrapperCacheEntryFactory
Direct Known Subclasses:
RubyModule.ProfilingCacheEntryFactory, RubyModule.SynchronizedCacheEntryFactory
Enclosing class:
RubyModule

protected abstract static class RubyModule.WrapperCacheEntryFactory extends RubyModule.CacheEntryFactory
A wrapper CacheEntryFactory, for delegating cache entry creation along a chain.
  • Field Details

  • Constructor Details

    • WrapperCacheEntryFactory

      public WrapperCacheEntryFactory(RubyModule.CacheEntryFactory previous)
      Construct a new WrapperCacheEntryFactory using the given CacheEntryFactory as the "previous" wrapped factory.
      Parameters:
      previous - the wrapped factory
  • Method Details