示例#1
0
        public static void Remove(String typeFullName, int id)
        {
            String objectKey = CacheKey.getObject(typeFullName, id);

            Remove(objectKey);
        }