Introduction
Provides a base entity type and entity storage for storing entities in the cache instead of using the database.
Can be used for example when you want to temporarily store data that was retrieved by an API. To avoid calling that API all the time.
Usage
See the cache_entity_type_example module for examples.