Class GetBoxCacheNames

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

@BoxBIF public class GetBoxCacheNames extends BIF
  • Constructor Details

    • GetBoxCacheNames

      public GetBoxCacheNames()
      Constructor
  • Method Details

    • _invoke

      public Array _invoke(IBoxContext context, ArgumentsScope arguments)
      Get an array of all the registered caches 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 caches in BoxLang