| KiokuDB documentation | view source | Contained in the KiokuDB distribution. |
KiokuDB::TypeMap::Entry::Std::Compile - Provides a compile implementation
TODO
This role provides an implementation for compile in KiokuDB::TypeMap::Entry by breaking down its requirements into four separated methods.
Must return a code reference or method name. The calling conventions for this method are described in collapse_method in KiokuDB::TypeMap::Entry::Compiled.
Must return a code reference or method name. The calling conventions for this method are described in expand_method in KiokuDB::TypeMap::Entry::Compiled.
Must return a code reference or method name. The calling conventions for this method are described in id_method in KiokuDB::TypeMap::Entry::Compiled.
Must return a code reference or method name. The calling conventions for this method are described in refresh_method in KiokuDB::TypeMap::Entry::Compiled.
| KiokuDB documentation | view source | Contained in the KiokuDB distribution. |