NAME
Net::WURFL::ScientiaMobile::Cache::Null - Bogus non-caching cache provider for the WURFL Cloud Client
SYNOPSIS
use Net::WURFL::ScientiaMobile;
use Net::WURFL::ScientiaMobile::Cache::Null;
my $scientiamobile = Net::WURFL::ScientiaMobile->new(
api_key => '...',
cache => Net::WURFL::ScientiaMobile::Cache::Null->new,
);
DESCRIPTION
The Null WURFL Cloud Client Cache Provider. This exists only to disable caching and should not be used for production installations.
SEE ALSO
Net::WURFL::ScientiaMobile, Net::WURFL::ScientiaMobile::Cache
COPYRIGHT & LICENSE
Copyright 2012, ScientiaMobile, Inc.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.