Empties the cache.
Retrieves an entry from the cache.paramkey Cache keyreturnAn {@link Entry} or null in the event of a cache miss
Performs any potentially long-running actions needed to initialize the cache; will be called from a worker thread.
Invalidates an entry in the cache.paramkey Cache keyparamfullExpire True to fully expire the entry, false to soft expire
Adds or replaces an entry to the cache.paramkey Cache keyparamentry Data to store and metadata for cache coherency, TTL, etc.
Removes an entry from the cache.paramkey Cache key