PHP Mongolid\Util Namespace

Interfaces

Name Description
CacheComponentInterface CacheComponentInteface describes the API of an CacheComponent that may be used with Mongolid.

Classes

Name Description
CacheComponent CacheComponent will cache values for later use based in "key, value" approach.
CacheComponentTest
ObjectIdUtils An utility class (aka helper class) related to MongoDB's ObjectId. An "structure" that has only static methods and encapsulates no state.
ObjectIdUtilsTest
SequenceService Sequence service will manage and provide auto-increment sequences to be used by the models. It can be useful for objects which the _id must be an integer sequence.
SequenceServiceTest