| Interface | Description |
|---|---|
| EntityCache |
A primarily internal class used by MorphiaIterator to track entities loaded from mongo to prevent multiple loads of objects when keys
are
seen multiple times in a query result.
|
| EntityCacheFactory |
Factory for entity caches.
|
| Class | Description |
|---|---|
| DefaultEntityCache |
This is the default EntityCache for Morphia
|
| DefaultEntityCacheFactory |
Default implementation of cache factory, returning the default entity cache.
|
| EntityCacheStatistics |
This class stores various statistics on an EntityCache
|