FILE_PREFIX
FILE_PREFIX = 'file_'
Maps a projectDescriptor to and from a cache instance.
populate(\phpDocumentor\Descriptor\ProjectDescriptor $projectDescriptor) : void
Returns the Project Descriptor from the cache.
\phpDocumentor\Descriptor\ProjectDescriptor | $projectDescriptor |
save(\phpDocumentor\Descriptor\ProjectDescriptor $projectDescriptor) : void
Stores a Project Descriptor in the Cache.
\phpDocumentor\Descriptor\ProjectDescriptor | $projectDescriptor |