floodsim.view.util.resource.Cache
See theCache companion object
A generic cache for resources of type A indexed by keys of type K. This trait defines the core functionality for caching resources and retrieving them by key. Implementations determine how resources are stored and loaded.
Type parameters
- A
-
the type of resources stored in the cache
- K
-
the type of keys used to identify resources
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article