Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
set を実行した後、memcached からオブジェクトを取得しようとすると、ハッシュ値が返されますが、set 関数呼び出しで設定されたオブジェクト内の値が必要です...
それを解決する方法を知っている人はいますか??
spymemcached は、memcached から Java オブジェクトを取得する際に、逆シリアル化し、解凍します。オブジェクトが返された場合は、対応する Java オブジェクトに型キャストできるはずです。