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
Connector::Builtin::Memory(3) User Contributed Perl Documentation Connector::Builtin::Memory(3)

Connector::Builtin::Memory

A connector implementation to allow memory based caching

LOCATION
Not used
primary_attribute
If your data consists of hashes as leaf nodes, set this to the name of the node that is considered the primary attribute, e.g. the name of a person. If you now access the key on the penultimate level using get you will receive the value of this attribute back.

    user1234:
        name: John Doe
        email: john.doe@acme.com
    

When you call get(user1234) on this structure, the connector will usually die with a "not a scalar" error. With primary_attribute = name you will get back John Doe.

2022-02-04 perl v5.32.1

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.