MOSES-MOBY
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/MOSES/MOBY/Cache/Central.pm view on Meta::CPAN
Update the datatype cache. This will update any items that are 'old',
by relying on the LSID for the datatype.
Throw an exception if any of the following occur:
* A cache to update doesn't exist
* There is a SOAP error calling the registry
* There were read/write errors on the cache directory or its contents
=cut
sub update_datatype_cache {
my ($self) = @_;
my %old_datatypes = ();
my %new_datatypes = ();
my @changed_datatypes = ();
if (!(-e File::Spec->catfile (
$self->cachedir,
$self->_clean ($self->_endpoint),
DATATYPES_CACHE))) {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.309 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )