groovy / 4.0 / org / apache / groovy / json / internal / simplecache.html

[Java] Class SimpleCache<K, V>

  • org.apache.groovy.json.internal.SimpleCache
All Implemented Interfaces and Traits:
Cache
public class SimpleCache<K, V>
extends Object
implements Cache

Constructor Summary

Constructors
Constructor and description
SimpleCache(int limit, CacheType type)
SimpleCache(int limit)

Methods Summary

Methods
Type Params Return Type Name and description
public V get(K key)
public V getSilent(K key)
public void put(K key, V value)
public void remove(K key)
public int size()
public String toString()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public SimpleCache(int limit, CacheType type)

public SimpleCache(int limit)

Method Detail

@Override public V get(K key)

@Override public V getSilent(K key)

@Override public void put(K key, V value)

@Override public void remove(K key)

@Override public int size()

@Override public String toString()

© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/apache/groovy/json/internal/SimpleCache.html