Package com.gluonhq.attach.cache


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