keeper icon indicating copy to clipboard operation
keeper copied to clipboard

Results 2 keeper issues
Sort by recently updated
recently updated
newest added

``` @Override public T get(K key, Class type) { return (T) cache.get(key); } ```