Module com.gluonhq.attach.cache
Package com.gluonhq.attach.cache
package com.gluonhq.attach.cache
Primary API package for Attach - Cache plugin,
contains the interface
CacheService
and related classes.-
ClassDescriptionCache<K,
V> Cache is a simple Map-like API for caching in-memory on the local platform in a way roughly equivalent to usingsoft references
.The cache service provides a simple API to weakly cache objects in memory.