org.atnos.eff.ConcurrentHashMapCache
Attributes
- Source:
- Cache.scala
- Graph
- Supertypes
trait Serializable
class Object
trait Matchable
class Any
Members list
Concise view
Value members
get a value for a given key
get a value for a given key
Attributes
- Source:
- Cache.scala
store a value for a given key, subsequent calls to memo will return the same value
store a value for a given key, subsequent calls to memo will return the same value
Attributes
- Source:
- Cache.scala
put a value for a given key and override the previous value if present
put a value for a given key and override the previous value if present
Attributes
- Source:
- Cache.scala