Class CacheProviders

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.cache.CacheProviders

@BoxBIF public class CacheProviders extends BIF
  • Constructor Details

    • CacheProviders

      public CacheProviders()
      Constructor
  • Method Details

    • _invoke

      public Array _invoke(IBoxContext context, ArgumentsScope arguments)
      Get an array of all the registered cache providers in BoxLang
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      An array of all the registered cache providers in BoxLang