GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Zonemaster::Engine::Nameserver::Cache(3) User Contributed Perl Documentation Zonemaster::Engine::Nameserver::Cache(3)

Zonemaster::Engine::Nameserver::Cache - shared caches for nameserver objects

    This class should not be used directly.

A Net::IP::XS object holding the nameserver's address.
A reference to a hash holding the cache of sent queries. Not meant for external use.

    my $cache_type = get_cache_type( Zonemaster::Engine::Profile->effective );
    

Get the cache type value from the profile, i.e. the name of the cache module to use.

Takes a Zonemaster::Engine::Profile object.

Returns a string.

    my $cache_class = get_cache_class( 'LocalCache' );
    

Get the cache adapter class for the given database type.

Takes a string (cache database type).

Returns a string, or throws an exception if the cache adapter class cannot be loaded.

Clear the cache.
2025-02-24 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.