Package ortus.boxlang.runtime.cache.providers
package ortus.boxlang.runtime.cache.providers
-
ClassDescriptionAbstract Cache Provider for BoxLang This is an optional base class for all cache providers.The BoxCacheProvider class is a cache provider for BoxLang that can use a variety of object stores to store cache data: - ConcurrentHashMap - ConcurrentSoftReference - Disk - CustomA BoxLang cache provider that can talk to any cache implementation.