InMemoryCache
final class InMemoryCache implements CacheInterface, GetAllInterface (View source)
Methods
string
get(string $msgid)
Returns cached msgstr
if it is in cache, otherwise $msgid
void
set(string $msgid, string $msgstr)
Caches $msgstr
value for key $mesid
bool
has(string $msgid)
Returns true if cache has entry for $msgid
void
setAll(array $translations)
No description
array
getAll()
No description
Details
__construct(MoParser $parser)
No description
string
get(string $msgid)
Returns cached msgstr
if it is in cache, otherwise $msgid
void
set(string $msgid, string $msgstr)
Caches $msgstr
value for key $mesid
bool
has(string $msgid)
Returns true if cache has entry for $msgid
void
setAll(array $translations)
No description
array
getAll()
No description