CACHE_STRATEGY_ALL Cache all instances of this class as soon as an instance is requested.
All rows from its table will be read and cached whenever an instance
is requested but not found in cache.
Cache all instances of this class as soon as an instance is requested.
All rows from its table will be read and cached whenever an instance
is requested but not found in cache. This may work well for small
static tables when using a big cache.