Home
·
Authors
·
Recent
·
News
·
Mirrors
·
FAQ
·
Feedback
in
All
Modules
Distributions
Authors
permalink
Benjamin Holzman
>
pop-0.07
> POP::Persistent
Download:
pop-0.07.tar.gz
Dependencies
Annotate this POD
CPAN RT
Open
0
Report a bug
Module Version: 0.
Source
CLASS Name: POP::Persistent Desc: This is the persistent base class for POP. It handles all of the persistence logic by using a tied hash implementation to intercept all attribute fetches and stores. The basic algorithm is to update the changed attribute on a store, and reload the object from persistence on fetch if any attribute has been changed by another process since the last load. There are a number of additional optimizations. See the POP documentation for more details.