1) Ok, I will test zend-paginator with ArrayCache by ->save then test it
with ->fetch to see it anything is set in cache or not. Am I correct to get
the ArrayCache value by fetch since this adapter doesn't support
getStats()? Or how should I get the ArrayCache?
2) Here is the bug i found in zend-cache. For sure can you test it to see
if I am right?
In zend_cache I tested both serializer plugin and exceptionhandler
plugin and they issued exception error:
'The option "plugins" does not have a matching setPlugins setter
method which must be defined'
Isn't it actually a bug in ZF2? let me know. for sure here is am giving my
code:
$cache = Zend\Cache\StorageFactory::adapterFactory('filesystem',
array('cache_dir'
=> 'c', 'ttl' => 3600
,'plugins' => array( 'serializer' ),
)
);
and this one:
$cache = Zend\Cache\StorageFactory::adapterFactory('filesystem',
array('cache_dir' => 'c', 'ttl' => 3600
,'plugins' => array('exceptionhandler' => array('throw_exceptions' =>
false))
));
--
You received this message because you are subscribed to the Google Groups
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/groups/opt_out.