PHP Mongolid\Util 네임스페이스

Interfaces

이름 설명
CacheComponentInterface CacheComponentInteface describes the API of an CacheComponent that may be used with Mongolid.

클래스들

이름 설명
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