clintongormley / Elastic-Model

Use ElasticSearch as a NoSQL database in Perl
9 stars 8 forks source link

Make result sets cacheable #18

Closed clintongormley closed 11 years ago

clintongormley commented 11 years ago

Elastic::Model::Results objects include coderefs and cached objects which are not cacheable.

Add a to_cache() method to return just the data required to reinflate a resultset