NAME
App::Memcached::CLI::Item - Object module of Memcached data item
SYNOPSIS
use App::Memcached::CLI::Item;
my $item = App::Memcached::CLI::Item->get($key, $self->{ds});
print $item->output;
DESCRIPTION
This package acts as object of Memcached data item.
LICENSE
Copyright (C) YASUTAKE Kiyoshi.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>