mike252004 / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

Need to accsess SerializingTranscoder constants from subclass #110

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using version 2.4.2.

Need to accsess COMPRESSED and SERIALIZED fields from SerializingTranscoder
in derived class, so I need them defined at least as protected. 

In general, the task is to check if the CachedData was compressed or
serialized, so, maybe, it would be better to have something like
cachedData.isCompressed(), cachedData.isSerialized() and so on.

Original issue reported on code.google.com by misha.pu...@gmail.com on 21 Dec 2009 at 8:30