Package com.thimbleware.jmemcached

Examples of com.thimbleware.jmemcached.Key


        };
    }

    @Nonnull
    public static Key key( @Nonnull final String value ) {
        return new Key( ChannelBuffers.wrappedBuffer( value.getBytes() ) );
    }
View Full Code Here

TOP

Related Classes of com.thimbleware.jmemcached.Key

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.