Boxlang 1.x Stable Released
BoxLang : A Modern Dynamic JVM Language
LogoLogo
CtrlK
APIDocsDownloadTrySourceSupport
  • Introduction
  • Getting Started
    • Overview
    • Installation
    • Running BoxLang
    • BoxLang Cloud Servers
    • IDE & Tooling
    • Runtime Configuration
  • BoxLang Language
    • Program Structure
    • Syntax & Semantics
    • Classes & O.O.
    • Reference
  • BoxLang Framework
    • Application.bx
    • Async Programming
    • Components
    • Caching
    • File Handling
    • Property Files
    • Interceptors
    • HTTP/S Calls
    • Java Interop
    • JDBC Transactions
    • Modules
      • AI
      • Compat CFML
        • Reference
          • Types
          • Built-in Functions
            • cache
              • CacheClear
              • CacheCount
              • cacheDelete
              • CacheGet
              • CacheGetAll
              • CacheGetAllIds
              • CacheGetAsAttempt
              • CacheGetDefaultCacheName
              • CacheGetEngineProperties
              • CacheGetMetadata
              • CacheGetOrFail
              • CacheGetProperties
              • CacheGetSession
              • CacheIdExists
              • cacheKeyExists
              • CachePut
              • CacheRegionExists
              • CacheRegionNew
              • CacheRegionRemove
              • CacheRemove
              • CacheRemoveAll
              • CacheSetProperties
            • conversion
            • encryption
            • format
            • io
            • math
            • struct
            • system
            • temporal
            • type
          • Components
      • Charts
      • CSRF
      • ESAPI
      • Evaluating Code
      • FTP
      • Image Manipulation
      • INI Files
      • JDBC
      • Jsoup
      • Jython
      • LDAP +
      • Mail
      • Markdown
      • ORM
      • OSHI - Operating System + Hardware
      • Password Encryption
      • PDF
      • Redis +
      • Spreadsheet +
      • UI Forms
      • WDDX
      • Web Support
      • Yaml
  • Extra Credit
    • Testing
    • MVC
    • Dependency Injection
Powered by GitBook
On this page
  • Method Signature
  • Arguments
  • Examples
  • Related

Was this helpful?

Edit
  1. BoxLang Framework
  2. Modules
  3. Compat CFML
  4. Reference
  5. Built-in Functions
  6. cache

CacheRegionExists

Checks if the cache region exists.

Method Signature

CacheRegionExists(region=[string])

Arguments

Argument
Type
Required
Description
Default

region

string

true

The cache region to check for existence.

Examples

Related

  • CacheClear

  • CacheCount

  • cacheDelete

  • CacheGet

  • CacheGetAll

  • CacheGetAllIds

  • CacheGetAsAttempt

  • CacheGetDefaultCacheName

  • CacheGetEngineProperties

  • CacheGetMetadata

  • CacheGetOrFail

  • CacheGetProperties

  • CacheGetSession

  • CacheIdExists

  • cacheKeyExists

  • CachePut

  • CacheRegionNew

  • CacheRegionRemove

  • CacheRemove

  • CacheRemoveAll

  • CacheSetProperties

PreviousCachePutNextCacheRegionNew

Last updated 1 month ago

Was this helpful?

LogoLogo

Social Media

  • X
  • FaceBook
  • LinkedIn
  • YouTube

Bug Tracking

  • Runtimes
  • IDE
  • Modules

Support

  • Professional
  • Community
  • Slack

Copyright & Register Trademark by Ortus Solutions, Corp