DBIx::NoSQL::Store::Manager::StoreIndex - Marks attributes to be indexed in the store
version 0.1.0
# in a class consuming the DBIx::NoSQL::Store::Manager::Model role has something => ( traits => [ 'StoreIndex' ], is => 'ro', );
DBIx::NoSQL::Store::Manager::StoreIndex (also aliased to StoreIndex) is used to mark attributes that are to be indexed by the DBIx::NoSQL::Store::Manager store.
Yanick Champoux <yanick@babyl.dyndns.org>
This software is copyright (c) 2012 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.