Closed GoogleCodeExporter closed 9 years ago
This is a feature that definitely should be covered by the proposed
single-element-cache API. In the meantime, we recommend:
private enum Key { INSTANCE }
...
LoadingCache<Key, MyValue> cache = ...;
...
cache.invalidate(Key.INSTANCE);
Original comment by cpov...@google.com
on 19 Aug 2014 at 1:41
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<issue id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:08
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:07
Original issue reported on code.google.com by
alex.pan...@gmail.com
on 19 Aug 2014 at 12:30